Ajax=function(p){var f=null;var url="";this.U=function(s){url=s;};var oc=null;this.oC=function(F){oc=F;};this.I=function(){I_F();G_D();};function I_F(){try{f=new ActiveXObject("Msxml2.XMLHTTP");}catch(ex){try{f=new ActiveXObject("Microsoft.XMLHTTP");}catch(ex2){f=null;}}if(!f&&typeof XMLHttpRequest!="undefined"){f=new XMLHttpRequest();}};function G_D(){try{if(f){f.open("GET",url,true);f.setRequestHeader("Content-Type","text/xml");f.onreadystatechange=function(){if(f.readyState==4&&f.status==200&&f.responseXML) (oc || function(){})(f.responseXML);};f.send(null);}}catch(e){}}}