﻿var url="pAJAX.aspx?";var http=getHTTPObject();var submitting=0;function sendHttpResponse(){http.onreadystatechange=handleHttpResponse;http.send(null)};function getHTTPObject(){var xmlhttp;if(!window.XMLHttpRequest)window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP")};if(!xmlhttp&&typeof XMLHttpRequest!="undefined")try{xmlhttp=new XMLHttpRequest()}catch(e){xmlhttp=false}return xmlhttp};function handleHttpResponse(){if(http.readyState==4){var content=http.responseText.split("^^^");var divNames=content[0].split(",");for(i=0;i<divNames.length;i++)try{document.getElementById(divNames[i]).innerHTML=content[i+1]}catch(e){}document.getElementById('msgAnchor').innerHTML="";submitting=0}};function wait(){var temp="<img src='images/wait.gif'>";document.getElementById('msgAnchor').innerHTML=temp};

