function doSearch() {var q = document.getElementById('queryBox').value;location.href='search.php?q='+q;}