function xeml(user,host){
 var x ="<a href='mai"+"lto:"+user+"&#64;"+host+"'>"+user+"&#64;"+host+"</a>";
 document.write(x);
};
