
function doSearch() {    
 location.href='/search.html?search='+document.getElementById('searchwords').value;
}




