<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript"><!--
function indx_Validator(theForm)
{

if (theForm.plz.value == "")
  {
    alert("Bitte geben Sie die Postleitzahl des Liefergebietes ein!");
    theForm.plz.focus();
    return (false);
  }

  if (theForm.plz.value.length >5)
  {
    alert("Keine gültige Postleitzahl");
    theForm.plz.focus();
    return (false);
  }

  if (theForm.plz.value.length < 5)
  {
    alert("Keine gültige Postleitzahl");
    theForm.plz.focus();
    return (false);
  }

if ((theForm.plz.value != "76131") && (theForm.plz.value != "76133") && (theForm.plz.value != "76135") && (theForm.plz.value != "76137") && (theForm.plz.value != "76139") && (theForm.plz.value != "76149") && (theForm.plz.value != "76185") && (theForm.plz.value != "76187") && (theForm.plz.value != "76189") && (theForm.plz.value != "76199") && (theForm.plz.value != "76227") && (theForm.plz.value != "76287"))
  {
    alert("In diesen Bereich liefern wir leider nicht, Sie können nun jedoch nach einem Lieferservice für Ihren PLZ-Bereich suchen!");
    parent.location.href="http://www.pizzeria.de"
    theForm.plz.focus();
    return (false);
  }
	

  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan -->

