createXMLHTTP=function(){var request=null;try{request=new XMLHttpRequest()}catch(msxml2){try{request=new ActiveXObject("Msxml2.XMLHTTP")}catch(msxml){try{request=new ActiveXObject("Microsoft.XMLHTTP")}catch(failed){request=null}}}return request};

