<!--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 != "22335") && (theForm.plz.value != "22339") && (theForm.plz.value != "22415") && (theForm.plz.value != "22297") && (theForm.plz.value != "22419") && (theForm.plz.value != "22337") && (theForm.plz.value != "22309") && (theForm.plz.value != "22307") && (theForm.plz.value != "22417") && (theForm.plz.value != "22177") && (theForm.plz.value != "22391") && (theForm.plz.value != "22299") && (theForm.plz.value != "22179") && (theForm.plz.value != "22175") && (theForm.plz.value != "22303") && (theForm.plz.value != "22305") && (theForm.plz.value != "22399") && (theForm.plz.value != "22393") && (theForm.plz.value != "22395") && (theForm.plz.value != "22453") && (theForm.plz.value != "22848") && (theForm.plz.value != "22850") && (theForm.plz.value != "22851") && (theForm.plz.value != "22359") && (theForm.plz.value != "22397"))
  {
    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 -->

