function mail(m,d) {
 var e=m+'@'+d;
 e='<a href="mailto:'+e+'">'+e+'</a>';
 document.write(e);
}

