/* Script (c) 2008 by Andreas-Josef v. Gencsy [ajvg@ajvg.com]*/function CreateXmlHttpObj(){if(window.XMLHttpRequest){XmlHttpObj=new XMLHttpRequest();if(XmlHttpObj.overrideMimeType){XmlHttpObj.overrideMimeType('text/xml');}}else if(window.ActiveXObject){try{XmlHttpObj=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{XmlHttpObj=new ActiveXObject("Microsoft.XMLHTTP");}catch(e){}}}if(!XmlHttpObj){alert('Cannot initiate XMLHTTP-request...');return false;}}
