<!--
/*Inserisco arrey delle immagini*/


var img = new Array();
img[0] = "img/testa1.jpg"
img[1] = "img/testa2.jpg"
img[2] = "img/testa3.jpg"
img[3] = "img/testa4.jpg"
img[4] = "img/testa5.jpg"
img[5] = "img/testa6.jpg"
img[6] = "img/testa.jpg"



function random(){
	var mostra = Math.floor(Math.random() * (img.length))
	fotoacaso.src = img[mostra];
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->