﻿	function check_input()  
{  
	if (SearchForm.keyword.value=="")
	{   alert("关键词不能为空，请重新填写！");
		return false;
	}
    return true;
}