<!--
//Preload into array
//----- Put your image list here
//----- each line defines an image filename
var imagesC = new Array(
"img/C1.gif",
"img/C3.gif"

);
//----- Do not modify below this point
var ImageNo = Math.floor(Math.random()*imagesC.length);
//-->
