function hdcr(t){d="";for(i=2;i<t.length;i+=2){d+=String.fromCharCode(parseInt(t.substr(0,2),16)^parseInt(t.substr(i,2),16));}document.write(d)}