<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan -->
<!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.keyword.value == "")
  {
    alert("Please enter a value for the \"Search\" field.");
    theForm.keyword.focus();
    return (false);
  }
    
   return (true);
}
//-->