function obfuscate_mailto(x)
{
  email_start = "mailto:";
  email_end = "mcno.org";
  return email_start + x + '@' + email_end;
}
