<!--

NumberOfImagesToRotate = 4;
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);

FirstPartB = '<div id="div1"><a href="index.php"><img src="images/ptbanner';
LastPartB ='.jpg" width="796" height="90" alt="Link to Index Page" class="noborder"></a></div>';
	
function printImagePtB() {
document.write(FirstPartB + r + LastPartB);
}

FirstPartPt = '<div id="div5"><img src="images/paintings_title';
LastPartPt ='.jpg" width="663" height="60" alt="Paintings Title" class="noborder"></div>';
	
function printImagePt() {
document.write(FirstPartPt + r + LastPartPt);
}
//-->
