

function e(a) {
 b = a.split("^");
 c = b[0]+"@"+b[1]+"."+b[2];
 document.write("<a h"+"r"+"ef=\"ma"+"ilt"+"o:"+c+"\">"+c+"</a>");
}
