//検索チェック
function check(){
	
	if(document.searchForm.search.value == ""){
		alert("検索ワードを入力してください");
		return(false); 
	}
}
