function newXMLHttpRequest(){var C=false;if(window.XMLHttpRequest){C=new XMLHttpRequest();}else{if(window.ActiveXObject){try{C=new ActiveXObject("Msxml2.XMLHTTP");}catch(B){try{C=new ActiveXObject("Microsoft.XMLHTTP");}catch(A){C=false;}}}}return C;}function getReadyStateHandler(B,A){return function(){if(B.readyState==4){if(B.status==200){A(B.responseXML);
}else{}}};}
