function citytour()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<img src="http://www.budapestcitytour.com/budapest/budapest_47.jpg">'); } // 159x119
if (ranNum == 1){document.write('<img src="http://www.budapestcitytour.com/budapest/tour8.jpg">'); } // 2
if (ranNum == 2){document.write('<img src="http://www.budapestcitytour.com/budapest/tour9.jpg">'); } // 3
if (ranNum == 3){document.write('<img src="http://www.budapestcitytour.com/budapest/tour10.jpg">'); } // 4
if (ranNum == 4){document.write('<img src="http://www.budapestcitytour.com/budapest/tour11.jpg">'); } // 5
}