function EA(a1, a2, a3) {
    var email=a1+"@"+a2+"."+a3;
    document.writeln("<a href=\"mailto:"+email+"\">"+email+"</a>\n");
}
