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