function creeEmail(a,b,c){
 n = a+"@"+b+"."+c;
 document.write("<a href='mailto:"+n+"'>"+n+"</a>");
}

