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