 function email(user, domain, ext, subject) {
   location.href = 'mailto:' + user + '@' + domain + '.' + ext + '?subject=' + subject;
 }
