function getHTTPObject(){var n=!1;/*@cc_on@if(@_jscript_version>=5)try{n=new ActiveXObject("Msxml2.XMLHTTP")}catch(i){try{n=new ActiveXObject("Microsoft.XMLHTTP")}catch(t){n=!1}}@else n=!1;@end@*/if(!n&&typeof XMLHttpRequest!="undefined")try{n=new XMLHttpRequest}catch(i){n=!1}return n}
