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

