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