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