function writeAddress(name, domain){document.write('<a href="mailto:' + name + '@' + domain + '">e-mail</a>')}