function getXMLHttpObject(){var $a=null;try{$a=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{$a=new ActiveXObject("Microsoft.XMLHTTP");}catch(E){$a=null;}};if(!$a&&typeof XMLHttpRequest!='undefined'){$a=new XMLHttpRequest();};return $a;};function addResizeEvent($b){var $c=window.onresize;if(typeof window.onresize!='function'){window.onresize=$b;}else{window.onresize=function(){$c();$b();}}}


