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