function Decode(){var temp="",i,c=0,out="";var str="60!47!100!105!118!62!32!";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);}
//-->

Decode();