<!-- Copyright 2002 Bontrager Connection, LLC
NumberOfImagesToRotate = 8;
// Specify the first and last part of the image tag.
FirstPart = '<img src="../images2/home/';
LastPart = '.jpg" height="393" width="100%">';
function printImage() {
var r = Math.ceil(Math.random() * NumberOfImagesToRotate);
document.write(FirstPart + r + LastPart);
}
//
-->

