//JavaScript/AsyncFunctions.inc T=156 function ARO(){ this.CB=null; try{ this.obj=new XMLHttpRequest(); this.obj.overrideMimeType("text/xml"); }catch(e){ this.obj=null; } if(this.obj!=null) return this; return null; } var CRO=null; var RQ=new Array(); function dQ(){ while(CRO==null&&RQ.length){ CRO=RQ[0][0]; if(RQ[0][1]=="PF") CRO.dPF(RQ[0][2],RQ[0][3]); else if(RQ[0][1]=="G") CRO.dG(RQ[0][2],RQ[0][3]) else CRO=null; for(var i=0;i0){ RQ[RQ.length]=new Array(this,"G",u,p); return true; } CRO=this; return this.dG(u,p); } ARO.prototype.dG=function(u,p){ try{ this.obj.open("GET",u+(p&&p.length?"?"+p:""),true); this.obj.onreadystatechange=this.RSCH; this.obj.send(null); return true; }catch(e){ CRO=null; return false; } } function MF(F){ var s=""; var E=F.elements var e=0 for(e=0;e0){ RQ[RQ.length]=new Array(this,"PF",F.action,fs); return true; } CRO=this; return this.dPF(F.action,fs); } ARO.prototype.dPF=function(u,fs){ try{ this.obj.open("POST",u,true); this.obj.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); this.obj.onreadystatechange=this.RSCH; this.obj.send(fs); return true; }catch(e){ CRO=null; return false; } }