function spam_protect(Dest, Domain)
{
  return "mailto:" + Dest + "@" + Domain;
}
