
function obfuscate_email(linktext, subject){
	document.write('<a href="mailto:care@naplesfldentist.com?subject='+subject+'">'+linktext+'</a>');
}

