function antispam(name, domain, subject) {
  window.location.href = "mailto:" + name + "@" + domain + "?subject=" + subject;
} 
