function xmlhttpChange(){if(xmlhttp.readyState==4){if(xmlhttp.status==200){response=xmlhttp.responseXML.documentElement;total_msg=response.getElementsByTagName('total')[0].firstChild.data;the_html=total_msg;document.getElementById("spam_counter").innerHTML=the_html;}}}