// JavaScript Document
function search() {
	location.href="search.php?s="+document.getElementById('search_fld').value;	
}
