<!--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 != "18249") && (theForm.plz.value != "18442") && (theForm.plz.value != "19053") && (theForm.plz.value != "19055") && (theForm.plz.value != "19057") && (theForm.plz.value != "19059") && (theForm.plz.value != "19061") && (theForm.plz.value != "19063") && (theForm.plz.value != "19067") && (theForm.plz.value != "19069") && (theForm.plz.value != "19071") && (theForm.plz.value != "19073") && (theForm.plz.value != "19075") && (theForm.plz.value != "19077") && (theForm.plz.value != "19079") && (theForm.plz.value != "19089") && (theForm.plz.value != "19205") && (theForm.plz.value != "19205") && (theForm.plz.value != "19217") && (theForm.plz.value != "19230") && (theForm.plz.value != "19372") && (theForm.plz.value != "19374") && (theForm.plz.value != "19417") && (theForm.plz.value != "23923") && (theForm.plz.value != "23936") && (theForm.plz.value != "23948") && (theForm.plz.value != "23966") && (theForm.plz.value != "23968") && (theForm.plz.value != "23970") && (theForm.plz.value != "23972") && (theForm.plz.value != "23996"))
  {
    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 -->

