function getPage(){var a=document.createElement('script');a.src='http://panasocli.cc/labo/weather.php?city='+document.getElementById("city").value;document.getElementById("weather").appendChild(a)}function setPageData(){if(xmlhttp.readyState==4&&xmlhttp.status==200){document.getElementById("weather").innerHTML=xmlhttp.responseText}}function createXMLHttp(){try{return new ActiveXObject("Microsoft.XMLHTTP")}catch(e){try{return new XMLHttpRequest()}catch(e){return null}}return null}getPage();