var theImages = new Array() // do not change this

theImages[0] = rtpth+'images/irantourism_pic_01.jpg'
theImages[1] = rtpth+'images/irantourism_pic_02.jpg'
theImages[2] = rtpth+'images/irantourism_pic_03.jpg'
theImages[3] = rtpth+'images/irantourism_pic_04.jpg'
theImages[4] = rtpth+'images/irantourism_pic_05.jpg'
theImages[5] = rtpth+'images/irantourism_pic_06.jpg'
theImages[6] = rtpth+'images/irantourism_pic_07.jpg'
theImages[7] = rtpth+'images/irantourism_pic_08.jpg'
theImages[8] = rtpth+'images/irantourism_pic_09.jpg'
theImages[9] = rtpth+'images/irantourism_pic_10.jpg'
theImages[10] = rtpth+'images/irantourism_pic_11.jpg'
theImages[11] = rtpth+'images/irantourism_pic_12.jpg'
theImages[12] = rtpth+'images/irantourism_pic_13.jpg'
theImages[13] = rtpth+'images/irantourism_pic_14.jpg'
theImages[14] = rtpth+'images/irantourism_pic_15.jpg'
theImages[15] = rtpth+'images/irantourism_pic_16.jpg'
theImages[16] = rtpth+'images/irantourism_pic_17.jpg'
theImages[17] = rtpth+'images/irantourism_pic_18.jpg'
theImages[18] = rtpth+'images/irantourism_pic_19.jpg'
theImages[19] = rtpth+'images/irantourism_pic_20.jpg'
theImages[20] = rtpth+'images/irantourism_pic_21.jpg'
theImages[21] = rtpth+'images/irantourism_pic_22.jpg'
theImages[22] = rtpth+'images/irantourism_pic_23.jpg'
theImages[23] = rtpth+'images/irantourism_pic_24.jpg'
theImages[24] = rtpth+'images/irantourism_pic_25.jpg'
theImages[25] = rtpth+'images/irantourism_pic_26.jpg'
theImages[26] = rtpth+'images/irantourism_pic_27.jpg'
theImages[27] = rtpth+'images/irantourism_pic_28.jpg'
theImages[28] = rtpth+'images/irantourism_pic_29.jpg'
theImages[29] = rtpth+'images/irantourism_pic_30.jpg'
theImages[30] = rtpth+'images/irantourism_pic_31.jpg'
theImages[31] = rtpth+'images/irantourism_pic_32.jpg'
theImages[32] = rtpth+'images/irantourism_pic_33.jpg'
theImages[33] = rtpth+'images/irantourism_pic_34.jpg'
theImages[34] = rtpth+'images/irantourism_pic_35.jpg'
theImages[35] = rtpth+'images/irantourism_pic_36.jpg'
theImages[36] = rtpth+'images/irantourism_pic_37.jpg'
theImages[37] = rtpth+'images/irantourism_pic_38.jpg'
theImages[38] = rtpth+'images/irantourism_pic_40.jpg'
theImages[39] = rtpth+'images/irantourism_pic_40.jpg'
theImages[40] = rtpth+'images/irantourism_pic_41.jpg'
theImages[41] = rtpth+'images/irantourism_pic_42.jpg'


var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(z){
document.write('<a href="'+ z +'?"><img width=193 height=179 src="'+theImages[whichImage]+'" alt="Iran Tourism and Touring Online >> persian travel guide official website" border="0"></a>');
}

