var NodeRegator={domain:"ping.noderegator.com",path:"/track.js",track:function(a){url="http://"+NodeRegator.domain+NodeRegator.path;url+="?code=";url+=escape(a);url+="&protocol=";url+=escape(window.location.protocol);url+="&host=";url+=escape(window.location.host);url+="&path=";url+=escape(window.location.pathname);NodeRegator.xhr(url)},xhr:function(a){var c=false;if(window.XMLHttpRequest){c=new XMLHttpRequest();if(c.overrideMimeType){c.overrideMimeType("text/xml")}}else{if(window.ActiveXObject){try{c=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){try{c=new ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}}}if(!c){return false}c.onreadystatechange=function(){if(c.readyState==4){if(c.status==200){return true}else{return false}}};c.open("GET",a,true);c.send(null)}};
