<!--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 != "30826") && (theForm.plz.value != "30159") && (theForm.plz.value != "30163") && (theForm.plz.value != "30161") && (theForm.plz.value != "30167") && (theForm.plz.value != "30827") && (theForm.plz.value != "30855") && (theForm.plz.value != "30165") && (theForm.plz.value != "30853") && (theForm.plz.value != "30817") && (theForm.plz.value != "30419") && (theForm.plz.value != "30453") && (theForm.plz.value != "30455") && (theForm.plz.value != "30452") && (theForm.plz.value != "30457") && (theForm.plz.value != "30459") && (theForm.plz.value != "30519") && (theForm.plz.value != "30539") && (theForm.plz.value != "30559") && (theForm.plz.value != "30173") && (theForm.plz.value != "30171") && (theForm.plz.value != "30169") && (theForm.plz.value != "30449") && (theForm.plz.value != "30451") && (theForm.plz.value != "30169") && (theForm.plz.value != "30175") && (theForm.plz.value != "30177") && (theForm.plz.value != "30655") && (theForm.plz.value != "30179") && (theForm.plz.value != "30851"))
  {
    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 -->

