function getXmlHttpObject(){var f=null;try{f=new XMLHttpRequest;}catch(e){try{f=new ActiveXObject("Msxml2.XMLHTTP");}catch(h){try{f=new ActiveXObject("Microsoft.XMLHTTP");}catch(g){return false;}}}return f;}
