﻿	var russiaN=Math.floor( Math.random( ) * (13 - 0) );
	var austriaN=Math.floor( Math.random( ) * (11 - 0) );
	var bulgaryN=Math.floor( Math.random( ) * (8 - 0) );
	var chechN=Math.floor( Math.random( ) * (8 - 0) );
	var chernogoriaN=Math.floor( Math.random( ) * (9 - 0) );
	var egyptN=Math.floor( Math.random( ) * (10 - 0) );
	var franceN=Math.floor( Math.random( ) * (10 - 0) );
	var germanyN=Math.floor( Math.random( ) * (9 - 0) );
	var greatbritainN=Math.floor( Math.random( ) * (8 - 0) );
	var greeceN=Math.floor( Math.random( ) * (7 - 0) );
	var croatiaN=Math.floor( Math.random( ) * (8 - 0) );
	var italyN=Math.floor( Math.random( ) * (9 - 0) );
	var japanN=Math.floor( Math.random( ) * (11 - 0) );
	var norwayN=Math.floor( Math.random( ) * (9 - 0) );
	var marokkoN=Math.floor( Math.random( ) * (11 - 0) );
	var polandN=Math.floor( Math.random( ) * (9 - 0) );
	var spainN=Math.floor( Math.random( ) * (9 - 0) );
	var turkeyN=Math.floor( Math.random( ) * (11 - 0) );
	var ukraineN=Math.floor( Math.random( ) * (11 - 0) );
	var hungaryN=Math.floor( Math.random( ) * (9 - 0) );
	var maltaN=Math.floor( Math.random( ) * (9 - 0) );
	var kiprusN=Math.floor( Math.random( ) * (9 - 0) );
	var switzerlandN=Math.floor( Math.random( ) * (9 - 0) );
	var hollandN=Math.floor( Math.random( ) * (9 - 0) );
	
	var russia=document.getElementById('russia');
	var austria=document.getElementById('austria');
	var bulgary=document.getElementById('bulgary');
	var chech=document.getElementById('chech');
	var chernogoria=document.getElementById('chernogoria');
	var egypt=document.getElementById('egypt');
	var france=document.getElementById('france');
	var germany=document.getElementById('germany');
	var greatbritain=document.getElementById('greatbritain');
	var greece=document.getElementById('greece');
	var croatia=document.getElementById('croatia');
	var japan=document.getElementById('japan');
	var italy=document.getElementById('italy');
	var norway=document.getElementById('norway');
	var marokko=document.getElementById('marokko');
	var poland=document.getElementById('poland');
	var spain=document.getElementById('spain');
	var turkey=document.getElementById('turkey');
	var ukraine=document.getElementById('ukraine');
	var hungary=document.getElementById('hungary');
	var malta=document.getElementById('malta');
	var kiprus=document.getElementById('kiprus');
	var switzerland=document.getElementById('switzerland');
	var holland=document.getElementById('holland');
	
	russia.src="http://initialtour.com/images/countries/russia/"+(russiaN+1)+".jpeg";
	austria.src="http://initialtour.com/images/countries/austria/"+(austriaN+1)+".jpeg";
	bulgary.src="http://initialtour.com/images/countries/bulgary/"+(bulgaryN+1)+".jpeg";
	chech.src="http://initialtour.com/images/countries/chech/"+(chechN+1)+".jpeg";
	chernogoria.src="http://initialtour.com/images/countries/chernogoria/"+(chernogoriaN+1)+".jpeg";
	egypt.src="http://initialtour.com/images/countries/egypt/"+(egyptN+1)+".jpg";
	france.src="http://initialtour.com/images/countries/france/"+(franceN+1)+".jpeg";
	germany.src="http://initialtour.com/images/countries/germany/"+(germanyN+1)+".jpeg";
	greatbritain.src="http://initialtour.com/images/countries/greatbritain/"+(greatbritainN+1)+".jpeg";
	greece.src="http://initialtour.com/images/countries/greece/"+(greeceN+1)+".jpg";
	croatia.src="http://initialtour.com/images/countries/croatia/"+(croatiaN+1)+".jpeg";
	japan.src="http://initialtour.com/images/countries/japan/"+(japanN+1)+".jpeg";
	italy.src="http://initialtour.com/images/countries/italy/"+(italyN+1)+".jpeg";
	norway.src="http://initialtour.com/images/countries/norway/"+(norwayN+1)+".jpg";
	marokko.src="http://initialtour.com/images/countries/marokko/"+(marokkoN+1)+".jpeg";
	poland.src="http://initialtour.com/images/countries/poland/"+(polandN+1)+".jpg";
	spain.src="http://initialtour.com/images/countries/spain/"+(spainN+1)+".jpg";
	turkey.src="http://initialtour.com/images/countries/turkey/"+(turkeyN+1)+".jpg";
	ukraine.src="http://initialtour.com/images/countries/ukraine/"+(ukraineN+1)+".jpeg";
	hungary.src="http://initialtour.com/images/countries/hungary/"+(hungaryN+1)+".jpeg";
	malta.src="http://initialtour.com/images/countries/malta/"+(maltaN+1)+".jpg";
	kiprus.src="http://initialtour.com/images/countries/kiprus/"+(kiprusN+1)+".jpg";
	switzerland.src="http://initialtour.com/images/countries/switzerland/"+(switzerlandN+1)+".jpg";
	holland.src="http://initialtour.com/images/countries/holland/"+(hollandN+1)+".jpg";