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