var domain = "\x61\x6C\x6F\x64\x61\x72\x2E\x63\x6F\x6D"; var separator = "\x40"; var info = "\x69\x6E\x66\x6F"; var mailTo = "\x6D\x61\x69\x6C\x74\x6F\x3A"; function contactAddrGen() { var info = "\x69\x6E\x66\x6F"; document.getElementById("contactMap").href=mailTo+info+separator+domain; } function arcAddrGen() { var arc = "\x61\x72\x63"; document.getElementById("arcRequest").href=mailTo+arc+separator+domain; } function scmAddrGen() { var scm = "\x73\x63\x6D"; document.getElementById("scmInfo").href=mailTo+info+separator+domain; document.getElementById("scmContact").href=mailTo+scm+separator+domain; } function tntAddrGen() { var tnt = "\x74\x61\x6E\x64\x74"; document.getElementById("tntInfo").href=mailTo+info+separator+domain; document.getElementById("tntContact").href=mailTo+tnt+separator+domain; } function intercalateAddrGen() { document.getElementById("intercalateInfo").href=mailTo+info+separator+domain; document.getElementById("email").href=mailTo+info+separator+domain; }