function sf(){
	if(document.search_form.search_query.value=="") document.search_form.search_query.focus();
}

