var theImages = new Array() theImages[0] = "images/body/01.jpg"theImages[1] = "images/body/02.jpg"theImages[2] = "images/body/03.jpg"theImages[3] = "images/body/04.jpg"theImages[4] = "images/body/05.jpg"theImages[5] = "images/body/06.jpg"theImages[6] = "images/body/07.jpg"theImages[7] = "images/body/08.jpg"theImages[8] = "images/body/09.jpg"theImages[9] = "images/body/10.jpg"theImages[10] = "images/body/11.jpg"theImages[11] = "images/body/12.jpg"theImages[12] = "images/body/13.jpg"theImages[13] = "images/body/14.jpg"theImages[14] = "images/body/15.jpg"theImages[15] = "images/body/16.jpg"theImages[16] = "images/body/17.jpg"theImages[17] = "images/body/18.jpg"theImages[18] = "images/body/19.jpg"theImages[19] = "images/body/20.jpg"theImages[20] = "images/body/21.jpg"theImages[21] = "images/body/22.jpg"theImages[21] = "images/body/22.jpg"var comment = new Array() comment[0] = "Palazzo Ducale - S.Marco - detail"comment[1] = "View from the Accademia bridge on the Canal Grande"comment[2] = "Campo San Maurizio - close to CaSatriano"comment[3] = "S.Marco - detail"comment[4] = "S.Marco - detail"comment[5] = "Gondole ready for tour"comment[6] = "Bar Florian - S.Marco"comment[7] = "Rialto Bridge"comment[8] = "San Marco square"comment[9] = "Contemporary Glass Artworks - Campo S.Maurizio - close to CaSatriano"comment[10] = "Paintings Store - Campo S.Maurizio - close to CaSatriano"comment[11] = "Ghetto - nocturnal view - Anice Stellato restaurant on the left"comment[12] = "Masks and S.Marco on the background"comment[13] = "Restaurant"comment[14] = "Venini Glass ArtWorks - S.Marco"comment[15] = "Store"comment[16] = "Store"comment[17] = "Shopping in Venice"comment[18] = "interior view from Strada Nuova"comment[19] = "Torre del Bovolo"comment[20] = "Restaurant Italian Caffe Quadri S.Marco square"comment[21] = "S.Marco"comment[22] = "S.Marco square - view towards Canal Grande and San Giorgio Maggiore"var p = theImages.length;/*var j = 0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 title='" + comment[whichImage] + "' href='javascript: window.location.reload()'><IMG src='" + theImages[whichImage] + "' alt='" + comment[whichImage] + "' width=700 vspace=2 border=0 hspace=2 name='bodyimg'>");	}