function js_email_link() { var opentag = String.fromCharCode(0x3C) + "a href="; var closetag = String.fromCharCode(0x3E) + "Send Comments" + String.fromCharCode(0x3C) + "/a" + String.fromCharCode(0x3E); var x0 = "mailto&#"; var x1 = "58;info@&"; var x2 = "#99;lear0"; var x3 = "s.biz"; var totaltag = opentag + x0 + x1 + x2 + x3 + closetag; document.write(totaltag); }