// JavaScript Document
     var http = getHTTPObject();
function handleHttpResponse(){if (http.readyState == 4){if(http.status==200){var results=http.responseText;document.getElementById('messages').innerHTML = results;}}}
function getHTTPObject(){var xmlhttp;if(window.XMLHttpRequest){xmlhttp = new XMLHttpRequest();}    else if (window.ActiveXObject){xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");if (!xmlhttp){       xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}}return xmlhttp;}
function preply(xurl){window.open('nmsg.php?replyof='+xurl+'&city=Jagraon',null,'height=480, width=600, toolbar=no,menubar=no');}
function clrthis(ii){a=prompt("Enter Password1 to Delete This Entry","");b=prompt("Enter Password3 to Delete This Entry",""); a=b+a; http.open("GET", url+"ii="+ii+"&dodel=y&pass="+a+"&show="+show+"&st="+st, true); http.onreadystatechange = handleHttpResponse; http.send(null);}
function drawRadio(a){http.open("GET", u2+"do=drawradio&ch="+a, true);http.onreadystatechange = handleHttpRadio;http.send(null);}
function handleHttpRadio(){if (http.readyState == 4){if(http.status==200){var results=http.responseText;document.getElementById('r').innerHTML = results;}}}
