	
if (document.images) {
	home = new Image
	ces = new Image
	sound = new Image
	mental = new Image
	healthy = new Image
	aging = new Image
	tapping = new Image	
	tapes = new Image
	
	home.src = "http://www.wellnesstools.com/images/home_on.gif"
	ces.src = "http://www.wellnesstools.com/images/ces_on.gif"
	sound.src = "http://www.wellnesstools.com/images/sound_on.gif"
	mental.src = "http://www.wellnesstools.com/images/mental_on.gif"
	healthy.src = "http://www.wellnesstools.com/images/healthy_on.gif"
	aging.src = "http://www.wellnesstools.com/images/aging_on.gif"
	tapping.src = "http://www.wellnesstools.com/images/tapping_on.gif"
	tapes.src = "http://www.wellnesstools.com/images/tapes_on.gif"
	}
else {
	home = ""
	ces = ""
	sound = ""
	mental = ""
	healthy = ""
	aging = ""
	tapping = ""
	tapes = ""
	}

	
		
	topPic = new Array ("images/top1.jpg", "http://www.wellnesstools.com/images/top3.jpg", "http://www.wellnesstools.com/images/top4.jpg", "http://www.wellnesstools.com/images/top5.jpg", "http://www.wellnesstools.com/images/top8.jpg")
	imgCt = topPic.length
	
	function choosePic() {
		if (document.images) {
			randomNum = Math.floor ((Math.random() * imgCt))
			document.top.src=topPic[randomNum]
			}
		}

