xmlhttp.onreadystatechange=function(){
if(xmlhttp.readyState==4){
document.getElementById("responseDiv").innerHTML=xmlhttp.responseText;}
}