<!--
//preload images
var image1=new Image()
image1.src="http://www.nationalwellness.org/images/frontpage_member1.gif"
var image2=new Image()
image2.src="http://www.nationalwellness.org/images/frontpage_webinar2.gif"
var image3=new Image()
image3.src="http://www.nationalwellness.org/images/frontpage_certifications3.gif"
var image4=new Image()
image4.src="http://www.nationalwellness.org/images/frontpage_conference4.gif"
function slidelink(){
if (whichimage==1)
window.location="http://www.nationalwellness.org/index.php?id_tier=89"
else if (whichimage==2)
window.location="http://www.nationalwellness.org/index.php?id_tier=128"
else if (whichimage==3)
window.location="http://www.nationalwellness.org/index.php?id_tier=130"
else if (whichimage==4)
window.location="http://www.nationalwellness.org/index.php?id_tier=90"
}
function slideit(){
	if (!document.images)
		return
	document.images.slide.src=eval("image"+step+".src")
	whichimage=step
	if (step<4)
		step++
	else
		step=1
	setTimeout("slideit()",6000)
}
//-->
	 
