function m(n, d, tld) {
  document.write(n + '@' + d + '.' + tld);
}

