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