function resetInput(){
	f=document.forms.search_form;
	q=f.query.value;
	if(q=="search"){
		f.query.value="";
	}
}