// part of email obfuscation
function e1(p2,p1){
    self.location='mailto:' + p1 + '@' + p2;
}
