<!--

NumberOfImagesToRotate = 4;
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);

FirstPartB = '<div id="div1"><a href="index.php"><img src="images/anbanner';
LastPartB ='.jpg" width="796" height="90" alt="Link to Index Page" class="noborder"></a></div>';
	
function printImageAnB() {
document.write(FirstPartB + r + LastPartB);
}

FirstPartAn = '<div id="div5"><a href="animations/animation_showreel.html"><img src="images/animation_title';
LastPartAn ='.jpg" width="663" height="60" alt="Animations Title - Click for Show Reel" class="noborder"></a></div>';
	
function printImageAn() {
document.write(FirstPartAn + r + LastPartAn);
}
//-->
