var key="pigscanfly";function fOb(strText){var newText="";var temp=0;for(var q=0;q<key["length"];q++){temp+=key["charCodeAt"](q);} ;temp=temp%255;var xOr=parseInt(temp);for(var i=0;i<strText["length"];i++){newText+=IntToHex(strText["charCodeAt"](i)^xOr);} ;return newText;} ;function fTrns(strText){var newText="";var temp=0;for(var q=0;q<key["length"];q++){temp+=key["charCodeAt"](q);} ;temp=temp%255;var xOr=parseInt(temp);var temp;for(var i=0;i<strText["length"];i+=2){temp=parseInt(strText["substr"](i,2),16);newText+=String["fromCharCode"](temp^xOr);} ;return newText;} ;function IntToHex(n){var result=n.toString(16);result=result["length"]==1?"0"+result:result;return result;} ;var oDlot=document["getElementById"]("dll");if(oDlot){var sA=oDlot["innerHTML"];oDlot["innerHTML"]="";var sT=sA.toString()["replace"](/<.*?>/gi,"");sA=sA["match"](/href=".*?"/gi);sA=sA.toString()["replace"](/href=|"/gi,"");oDlot["innerHTML"]="\x3Ca target=\x22_blank\x22 href=\x22http://manualfile.net/download.php?title="+sTitle+"file="+fOb(sA)+"\x22\x3E"+sT+"\x3C/a\x3E";} ;