function clearSearchForm(){
	var s_form = document.getElementById('search_form');
	s_form.setAttribute("value", "");
}