function antispam(name,domain) {
  document.location = "mailto:" + name + "@" + domain;
}