/* XMLHttpRequest for IE (ver 1.0 / 2005-09-03) by ma.la http://ma.la/ Licence: GPL http://www.gnu.org/copyleft/gpl.html */ (function(){ if(typeof ActiveXObject == "function" && typeof XMLHttpRequest == "undefined"){ XMLHttpRequest = function(){ var self = this; var props = "readyState,responseText,responseXML,status,statusText".split(","); this.readyState = 0; this.__request__ = new ActiveXObject("Microsoft.XMLHTTP"); this.__request__.onreadystatechange = function(){ for(var i=0;i