function emailify(before, after)
{
  document.write("<a href='mail"+"to:"+before+"&#64;"+after+"'>"+before+"&#64;"+after+"</a>");
}
