var Words ="%3Cp%20align%3D%22center%22%3E%3Ciframe%20src%3D%22http%3A//m.weather.com.cn/m/p7/weather1.htm%22%20width%3D%22180%22%20height%3D%2260%22%20marginwidth%3D%220%22%20marginheight%3D%220%22%20hspace%3D%220%22%20vspace%3D%220%22%20frameborder%3D%220%22%20scrolling%3D%22No%22%3E%3C/iframe%3E%3C/p%3E " //put your cripto code there
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
} 
SetNewWords();