function check_keyword(){
  if (document.myform.keyword.value=="")
  {
	alert("Empty keywords"); 
	return false;
  }
}
function jumpHome(){
document.location="index.asp"
}
