<!-- 

var HPleft = "info";
var HPright = "healthplusmarket.com";


function HP_email() 
{
	document.write("<a href=\"mailto");
	document.write(":" + HPleft + "@");
	document.write(HPright + "\"" + " title=\"Contact \'" + HPleft + "@" + CBright + "\'\"" + "\">" + HPleft + "@" + HPright + "<\/a>");
}

function HP_hreftext_email() 
{
	document.write("<a href=\"mailto");
	document.write(":" + HPleft + "@");
	document.write(HPright + "\">" + "E-MAIL" + "<\/a>");
}

function HP_email_nav() 
{
	document.write("<a href=\"mailto");
	document.write(":" + HPleft + "@");
	document.write(HPright + "\"" + " class=\"HPnotcurrent\" style=\"border-bottom: 1px solid #369;\" title=\"Contact us at \'" + HPleft + "@" + HPright + "\'\"" + "\">" + "E-mail" + "<\/a>");
}

//-->
