   function mail(domain, name)   {      var address = name + '@' + domain;      window.location = 'mailto:' + address;   }  