function createXmlHttpObject(){try{request=new XMLHttpRequest()}catch(b){try{request=new ActiveXObject("Msxml2.XMLHTTP")}catch(c){try{request=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){request=false}}}return request};
