<!--
function form_check(f) {
   if (f.keyword.value == '') {
      alert("何か入力してください。");
      return false;
   }
   else return true;
}
//--> 
