
function doMail(name, domain) {
  document.write('<a href="mailto:'+name+'@'+domain+'">'+name+'@'+domain+'</a>');
}
