function checky_search_fields(theform)
{
	if(theform.k.value=="")
	{
		alert("Please enter some keywords to search!");
		return false;
	}
	return true;
}
