var xmlhttp; function ContaClique(b){xmlhttp=null;if(window.XMLHttpRequest){xmlhttp=new XMLHttpRequest;xmlhttp.overrideMimeType&&xmlhttp.overrideMimeType("text/xml")}else if(window.ActiveXObject)try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP")}catch(c){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}if(xmlhttp!=null){xmlhttp.onreadystatechange=state_Change;xmlhttp.open("POST",b,0);xmlhttp.setRequestHeader("encoding","ISO-8859-1");xmlhttp.setRequestHeader("Cache-Control","no-store, no-cache, must-revalidate");xmlhttp.setRequestHeader("Cache-Control", "post-check=0, pre-check=0");xmlhttp.setRequestHeader("Pragma","no-cache");xmlhttp.send(null)}else alert("Your browser does not support XMLHTTP.")}function state_Change(){}function getQueryVariable(b){for(var c=window.location.search.substring(1).split("&"),a=0;a<c.length;a++){var d=c[a].split("=");if(d[0]==b)return d[1]}return""};
