function email(user, domain,text,style) {
        document.write('<a href=\"mailto:' + user + '@' + domain + '\" style=\"' + style + '\">' + text + '</a>');
      }