function check_keyword(){
  if (document.form1.keyword.value=="")
  {
	alert("ËÑË÷¹Ø¼ü×ÖÎª¿Õ£¡"); 
	return false;
  }
}
function jumpHome(){
document.location="index.asp"
}
