/************************************ Global Variables *************************************************/ var xmlreqs = new Array(); /*********************************** AJAX Calling Methods ***************************************************/ function SkipXMLReq(freed) { this.freed = freed; this.xmlhttp = false; if (window.XMLHttpRequest) { this.xmlhttp = new XMLHttpRequest(); } else if (window.ActiveXObject) { this.xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } } function retrieveQuesSkipReq(url,grpid) { var pos = -1; for (var i=0; i