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

