<!--
function Highlight(aObj, abBool)
{
	if (abBool) aObj.className=aObj.className+"Hover";
	else aObj.className=aObj.className.replace("Hover","");
}
function DropEmail()
{
 document.write("<a class=\"aMail\" href=\"mai" + "lto:info"+ "@" +"theins" + "urancecentre."+"com\">info"+ "@" +"theins" + "urancecentre."+"com</a>");
}
function Go(asSite)
{
	if (asSite.indexOf("http:") >=0)
	{
		location.href=asSite;
	}
	else
	{
		location.href="http://www.theinsurancecentre.net/"+asSite;
	}

}
// -->
