function mltoold(u, l, d){
document.write('<a href=\"'+ '&#x6D;&#x61;&#x69;&#x6C;&#x74;&#x6F;&#x3A;'+l+'&#x40;'+d+'\" title=\"'+l+'&#x40;'+d+'\">');
document.write(u);
document.write('</a>');
}
function mltodebug(u, l, d){
newhref=l+"@"+d;
to="'"+"mailto:"+newhref+"'";
tit=' title=\"'+newhref;
s='<a href=\"javascript:void(0)\"'+tit+'\" onclick=\"this.href='+to+';execute();\" >';
//alert(s);
document.write(s);
document.write(u);
document.write('</a>');
}
function mlto(u, l, d){
document.write('<a href=\"javascript:void(0)\" title=\"'+l+'&#x40;'+d+'\" onclick=\"this.href='+'\'&#x6D;&#x61;&#x69;&#x6C;&#x74;&#x6F;&#x3A;'+l+'&#x40;'+d+'\';execute();\">');
document.write(u);
document.write('</a>');
}
