function xmail(tld,domain,name,show) {
  if (show=="") show = name+"&#64;"+domain+"."+tld;
  document.write ('<a href="'+'&#109;'+'&#97;'+'&#105;'+'&#108;');
  document.write ('&#116;'+'&#111;'+'&#58;'+name+'&#64;'+domain);
  document.write ('&#46;'+tld+'">'+show+'<'+'/a>');
}
