MyImages=new Array();
MyImages[0]='../immagini/homepage1.jpg';
MyImages[1]='../immagini/homepage2.jpg';
MyImages[2]='../immagini/homepage3.jpg';

function newImage()
{
	document.getElementById("mainImage").setAttribute("src", MyImages[Math.round(Math.random()*2)])
}


