var Pliner={Util:{GetHTTPObject:function(){var xmlhttp;
/*@cc_on
	        @if (@_jscript_version >= 5) {
		        try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); }
		        catch (e) {
			        try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); }
			        catch (E) { xmlhttp = false; }
		        }
	        }
	        @else
		        xmlhttp = false;
	        @end @*/
if(!xmlhttp&&typeof XMLHttpRequest!="undefined"){try{xmlhttp=new XMLHttpRequest()
}catch(e){xmlhttp=false}}return xmlhttp},GetAjaxContent:function(g,c,a){var b;if(a==null||a==undefined){a=10000}try{b=Pliner.Util.GetHTTPObject()}catch(f){return b}if(b==null){return b}if(!b){c("NOT_SUPPORTED");
return b}if(window.location.href.indexOf("www.")!=-1&&g.indexOf("http://")!=-1&&g.indexOf("www.")==-1){g=g.replace("http://","http://www.")}else{if(window.location.href.indexOf("www.")==-1&&g.indexOf("http://")!=-1&&g.indexOf("www.")!=-1){g=g.replace("http://www.","http://")
}}g=g+(g.indexOf("?")>=0?"&":"?")+"random="+Math.floor(Math.random()*100000000);try{var d=setTimeout(function(){Pliner.Util.AbortConnection(b,c)},a);b.open("GET",g,true);b.onreadystatechange=function(){Pliner.Util.__UpdateLoadStatus(b,c,d)
};b.send(null)}catch(f){c("CANNOT_CONNECT")}return b},__UpdateLoadStatus:function(a,b,c){switch(a.readyState){case 1:break;case 2:break;case 3:break;case 4:clearTimeout(c);if(a.status==200){b(a.responseText)
}else{b("ERROR")}a=null;b=null;break;default:break}},AbortConnection:function(a,b){a.abort();b("TIMEOUT")}}};
