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