function SpamProtect(_1){if(!_1.getElementsByTagName){return false;}var _2=_1.getElementsByTagName("a");for(var i=0;i<_2.length;i++){this.decode(_2[i]);}};window.onload=function(){var _3=new SpamProtect(document);};SpamProtect.prototype={decode:function(_4){if(_4.className.indexOf("spamprotected")==-1){return;}var _5=_4.getAttribute("href");if(_5.match(/#(.+\+)+/)){var _6=_4.innerHTML;var _7=_5.replace(/#/,"");var _8=_7.replace(/(.+)\+([^\+]+)/,"$1"+"@"+"$2");_8=_8.replace(/--/g,".");_8=_8.replace(/[a-zA-Z]/g,function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);});_4.setAttribute("href","mailto:"+_8);_4.innerHTML=(_7==_6)?_8:_6;}}};