

// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'images/gallery/agriturismo_t/01.jpg'
theImages[1] = 'images/gallery/agriturismo_t/01.jpg'
theImages[2] = 'images/gallery/agriturismo_t/02.jpg'
theImages[3] = 'images/gallery/agriturismo_t/03.jpg'
theImages[4] = 'images/gallery/agriturismo_t/04.jpg'
theImages[5] = 'images/gallery/agriturismo_t/05.jpg'
theImages[6] = 'images/gallery/agriturismo_t/06.jpg'
theImages[7] = 'images/gallery/agriturismo_t/07.jpg'
theImages[8] = 'images/gallery/agriturismo_t/08.jpg'
theImages[9] = 'images/gallery/agriturismo_t/09.jpg'
theImages[10] = 'images/gallery/agriturismo_t/10.jpg'
theImages[11] = 'images/gallery/agriturismo_t/11.jpg'
theImages[12] = 'images/gallery/agriturismo_t/12.jpg'
theImages[13] = 'images/gallery/agriturismo_t/13.jpg'
theImages[14] = 'images/gallery/agriturismo_t/14.jpg'
theImages[15] = 'images/gallery/agriturismo_t/15.jpg'
theImages[16] = 'images/gallery/agriturismo_t/16.jpg'
theImages[17] = 'images/gallery/agriturismo_t/17.jpg'
theImages[18] = 'images/gallery/agriturismo_t/18.jpg'
theImages[19] = 'images/gallery/agriturismo_t/19.jpg'
theImages[20] = 'images/gallery/agriturismo_t/20.jpg'
theImages[21] = 'images/gallery/agriturismo_t/21.jpg'
theImages[22] = 'images/gallery/agriturismo_t/22.jpg'
theImages[23] = 'images/gallery/agriturismo_t/23.jpg'
theImages[24] = 'images/gallery/agriturismo_t/24.jpg'
theImages[25] = 'images/gallery/amici_t/01.jpg'
theImages[26] = 'images/gallery/amici_t/02.jpg'
theImages[27] = 'images/gallery/amici_t/03.jpg'
theImages[28] = 'images/gallery/amici_t/04.jpg'
theImages[29] = 'images/gallery/amici_t/05.jpg'
theImages[30] = 'images/gallery/amici_t/06.jpg'
theImages[31] = 'images/gallery/amici_t/07.jpg'
theImages[32] = 'images/gallery/amici_t/08.jpg'
theImages[33] = 'images/gallery/amici_t/09.jpg'
theImages[34] = 'images/gallery/appartamenti_t/01.jpg'
theImages[35] = 'images/gallery/appartamenti_t/02.jpg'
theImages[36] = 'images/gallery/appartamenti_t/03.jpg'
theImages[37] = 'images/gallery/appartamenti_t/04.jpg'
theImages[38] = 'images/gallery/appartamenti_t/05.jpg'
theImages[39] = 'images/gallery/appartamenti_t/06.jpg'
theImages[40] = 'images/gallery/appartamenti_t/07.jpg'
theImages[41] = 'images/gallery/appartamenti_t/08.jpg'
theImages[42] = 'images/gallery/appartamenti_t/09.jpg'
theImages[43] = 'images/gallery/appartamenti_t/10.jpg'
theImages[44] = 'images/gallery/appartamenti_t/11.jpg'
theImages[45] = 'images/gallery/appartamenti_t/12.jpg'
theImages[46] = 'images/gallery/appartamenti_t/13.jpg'
theImages[47] = 'images/gallery/appartamenti_t/14.jpg'
theImages[48] = 'images/gallery/appartamenti_t/15.jpg'
theImages[49] = 'images/gallery/appartamenti_t/16.jpg'
theImages[50] = 'images/gallery/appartamenti_t/17.jpg'
theImages[51] = 'images/gallery/appartamenti_t/18.jpg'
theImages[52] = 'images/gallery/appartamenti_t/19.jpg'
theImages[53] = 'images/gallery/appartamenti_t/20.jpg'
theImages[54] = 'images/gallery/appartamenti_t/21.jpg'
theImages[55] = 'images/gallery/appartamenti_t/22.jpg'
theImages[56] = 'images/gallery/appartamenti_t/23.jpg'
theImages[57] = 'images/gallery/trulli_t/01.jpg'
theImages[58] = 'images/gallery/trulli_t/02.jpg'
theImages[59] = 'images/gallery/trulli_t/03.jpg'
theImages[60] = 'images/gallery/trulli_t/04.jpg'
theImages[61] = 'images/gallery/trulli_t/05.jpg'
theImages[62] = 'images/gallery/trulli_t/06.jpg'
theImages[63] = 'images/gallery/trulli_t/07.jpg'
theImages[64] = 'images/gallery/trulli_t/08.jpg'
theImages[65] = 'images/gallery/trulli_t/09.jpg'
theImages[66] = 'images/gallery/trulli_t/10.jpg'
theImages[67] = 'images/gallery/trulli_t/11.jpg'
theImages[68] = 'images/gallery/trulli_t/12.jpg'
theImages[69] = 'images/gallery/trulli_t/13.jpg'
theImages[70] = 'images/gallery/trulli_t/14.jpg'
theImages[71] = 'images/gallery/trulli_t/15.jpg'
theImages[72] = 'images/gallery/trulli_t/16.jpg'
theImages[73] = 'images/gallery/trulli_t/17.jpg'
theImages[74] = 'images/gallery/trulli_t/18.jpg'
theImages[75] = 'images/gallery/trulli_t/19.jpg'
theImages[76] = 'images/gallery/trulli_t/20.jpg'
theImages[77] = 'images/gallery/trulli_t/21.jpg'
theImages[78] = 'images/gallery/trulli_t/22.jpg'
theImages[79] = 'images/gallery/trulli_t/23.jpg'
theImages[80] = 'images/gallery/trulli_t/24.jpg'
theImages[81] = 'images/gallery/trulli_t/25.jpg'
theImages[82] = 'images/gallery/trulli_t/26.jpg'
theImages[83] = 'images/gallery/trulli_t/27.jpg'

// do not edit anything below this line

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(){
document.write('<a href="gallery.htm"><img src="'+theImages[whichImage]+'" border="0"></a>');
}
showImage();
//  
