
function mail(name,domain) {
  window.location = "mailto:"+name+"@"+domain;
  void(0);
}
