// mailto: encoder by Tyler Akins
// http://rumkin.com/tools/mailto_encoder/

ML="l <a>=\"wftcie.rhokd@m/y:";
MI="231?><856D3;09@G0FB;3C0FB;3A73=:@D640FB;3C0FB;3A73=:@D2E34";
OT="";
for(j=0;j<MI.length;j++){
OT+=ML.charAt(MI.charCodeAt(j)-48);
}
document.getElementById("email").innerHTML = OT;