var xmlHttp;var fieldID;function updateSearches(c,a){xmlHttp=GetXmlHttpObject();if(xmlHttp==null){alert("Your browser does not support AJAX!");return}var b="update_google.php";b=b+"?results="+c;b=b+"&id="+a;b=b+"&sid="+Math.random();xmlHttp.onreadystatechange=stateChanged;xmlHttp.open("GET",b,true);xmlHttp.send(null)}function stateChanged(){if(xmlHttp.readyState==4){}}function GetXmlHttpObject(){var a=null;try{a=new XMLHttpRequest()}catch(b){try{a=new ActiveXObject("Msxml2.XMLHTTP")}catch(b){a=new ActiveXObject("Microsoft.XMLHTTP")}}return a};
