	<!-- Hide script from old browsers

	myPix = new Array("/setform/images/bn_img_background9.jpg","/setform/images/bn_img_background10.jpg","/setform/images/bn_img_background11.jpg","/setform/images/bn_img_background12.jpg")
	imgCt = myPix.length 

	function choosePic() {
		if (document.images) {
			randomNum = Math.floor((Math.random() * imgCt))
			document.groupPicture.src = myPix[randomNum]
		}
	}

	// End hiding script from old browsers -->

