
function WRMailto(PRE,POST,TEMPLATE) {MAIL=(PRE+"&#64;"+POST).replace(/e/gi,"&#101;");TEMPLATE=TEMPLATE.replace(/\[/gi,"<");TEMPLATE=TEMPLATE.replace(/\]/gi,">");LINK=TEMPLATE.replace(/xxx/gi,MAIL);document.write(LINK);}
