	<!-- Hide script from old browsers

	myPix = new Array("images/sidebar_dna1.jpg","images/sidebar_dna2.jpg","images/sidebar_dna3.jpg","images/sidebar_dna4.jpg","images/sidebar_dna5.jpg")
	imgCt = myPix.length 

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

	// End hiding script from old browsers -->
