function maskEmail(atom,domain){
    document.location = 'mailto:'+atom+'@'+domain;
}
