<!--

// link goes nowhere
 		
	function nowhere()
	{
	}		


// Image rollovers

	if (document.images){		

		bio_on = new Image();
		bio_on.src = "imgs/home/nav/bio_on.gif";
		bio_off = new Image();
		bio_off.src = "imgs/home/nav/bio_off.gif";
			
		imedicine_on = new Image();
		imedicine_on.src = "imgs/home/nav/imedicine_on.gif";
		imedicine_off = new Image();
		imedicine_off.src = "imgs/home/nav/imedicine_off.gif";
			
		imeditation_on = new Image();
		imeditation_on.src = "imgs/home/nav/imeditation_on.gif";
		imeditation_off = new Image();
		imeditation_off.src = "imgs/home/nav/imeditation_off.gif";
			
		testimonials_on = new Image();
		testimonials_on.src = "imgs/home/nav/testimonials_on.gif";
		testimonials_off = new Image();
		testimonials_off.src = "imgs/home/nav/testimonials_off.gif";
			
		resources_on = new Image();
		resources_on.src = "imgs/home/nav/resources_on.gif";
		resources_off = new Image();
		resources_off.src = "imgs/home/nav/resources_off.gif";
			
		contact_us_on = new Image();
		contact_us_on.src = "imgs/home/nav/contact_us_on.gif";
		contact_us_off = new Image();
		contact_us_off.src = "imgs/home/nav/contact_us_off.gif";
			
		}
			
			
// hide email address script
		
	var user;
	var domain;
	var suffix;

	function hideEmail(user, domain, suffix){
		document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
	}

// -->