<!--

NumberOfImagesToRotate = 4;
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);

FirstPartB = '<div id="div1"><a href="index.php"><img src="images/phbanner';
LastPartB ='.jpg" width="796" height="90" alt="Link to Index Page" class="noborder"></a></div>';
	
function printImagePhB() {
document.write(FirstPartB + r + LastPartB);
}

FirstPartPh= '<div id="div5"><a href="photographs_01.html"><img src="images/photographs_title';
LastPartPh ='.jpg" width="663" height="60" alt="Photographs Title" class="noborder"></a></div>';
	
function printImagePh() {
document.write(FirstPartPh + r + LastPartPh);
}
//-->
