function check() {
	if (document.input.SearchKeyword.value=="") {
		window.alert("検索キーワードを入力してください");
		return false  }
}
