function m(name, domain, tld) {
    document.write(name + '@' + domain + '.' + tld);
}
