
<!-- Hide script from old browsers

	myPix = new Array("../images/index_banner.jpg","../images/index_banner2.jpg","../images/index_banner3.jpg")



	myPix1 = new Array("../images/index_banner.jpg","../images/index_banner2.jpg","../images/index_banner3.jpg")



	imgCt = myPix.length 

	function choosePic() {
		if (document.images) {
			randomNum = Math.floor((Math.random() * imgCt))
			document.myPicture.src = myPix[randomNum]
			document.myPicture.src = myPix1[randomNum]
		}
	}

	// End hiding script from old browsers -->
	