function Contact(n,d) {
  self.location.href="mailto:" + n + "@" + d;
}
