function FullMail(domain, tld, box, thename) {
   eaddress = box + "@" + domain + "." + tld;
   document.write("<a href=\"mailto:" + eaddress + "\">" + thename + "</a>");}
