<!-- begin Hide
function randomFunc()
{
var myPix = new Array("/_images/HP/hp_cycle02.jpg","/_images/HP/hp_cycle03.jpg","/_images/HP/hp_cycle05.jpg","/_images/HP/hp_cycle06.jpg","/_images/HP/hp_cycle07.jpg");
var imgCt = myPix.length;

	if (document.images)
	{
		randomNum = Math.floor((Math.random() * imgCt));
		document.thePicture.src = myPix[randomNum];
	}
}
// end Hide -->
