<!--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 != "42389") && (theForm.plz.value != "42399") && (theForm.plz.value != "45549") && (theForm.plz.value != "58256") && (theForm.plz.value != "58285") && (theForm.plz.value != "58332") && (theForm.plz.value != "47608") && (theForm.plz.value != "47623") && (theForm.plz.value != "47624") && (theForm.plz.value != "47625") && (theForm.plz.value != "47626") && (theForm.plz.value != "47627") && (theForm.plz.value != "47665") && (theForm.plz.value != "47661") && (theForm.plz.value != "47638") && (theForm.plz.value != "47647") && (theForm.plz.value != "46519"))
  {
    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 -->

