How to create an XMLHttpRequest Object in IE5 and IE6
xmlhttp=new XMLHttpRequest();
xmlhttp=new XMLHttpRequest("Microsoft.XMLHTTP");
xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
IE5 and IE6 do not support XMLHttpRequest