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;koutet"; var x2 = "17;notora "; var x3 = "7;ma@hotm"; var x4 = "ail.co.jp"; var totaltag = opentag + x0 + x1 + x2 + x3 + x4 + closetag; document.write(totaltag); }