  function obf(name, domain, tld) {
    document.write(name + '&#64;' + domain + '.' + tld);
  }

