<!--
var abc = "email"
var def = "bhwebguide"
document.writeln("<div><a href=\"mailto:" + abc + "@" + def + ".com\">Email</a></div>")
//-->