//script


<!--
//Preload into array
//----- Put your image list here
//----- each line defines an image filename
var images = new
Array("images/home-image1.jpg","images/home-image2.jpg","images/home-image3.jpg","images/home-image4.jpg","images/home-image5.jpg","images/home-image6.jpg", "images/home-image7.jpg");
//----- Do not modify below this point
var ImageNo = Math.floor(Math.random()*images.length);
//-->