<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="javascript" Type="text/javascript"><!--
function FrontPage_Form1_Validator(theForm)
{

  if (theForm.contact.value == "")
  {
    alert("Please enter a value for the \"contact\" field.");
    theForm.contact.focus();
    return (false);
  }

  if (theForm.telephone.value == "")
  {
    alert("Please enter a value for the \"telephone\" field.");
    theForm.telephone.focus();
    return (false);
  }

  if (theForm.email.value == "")
  {
    alert("Please enter a value for the \"email\" field.");
    theForm.email.focus();
    return (false);
  }

  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan -->