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