function dec(s){var o='';d=new Array;i=0;while(i!=s.length){d[i]=s.charCodeAt(i)-1;o=o+unescape('%'+d[i].toString(16));i=i+1;}document.write(o);}