function createAjaxRequest(){var D=false;try{D=new ActiveXObject("Msxml2.XMLHTTP")}catch(B){try{D=new ActiveXObject("Microsoft.XMLHTTP")}catch(A){try{D=new XMLHttpRequest()}catch(C){D=false}}}return D};