<!--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 != "42103") && (theForm.plz.value != "58332") && (theForm.plz.value != "42399") && (theForm.plz.value != "42389") && (theForm.plz.value != "42279") && (theForm.plz.value != "42277") && (theForm.plz.value != "42105") && (theForm.plz.value != "42107") && (theForm.plz.value != "42109") && (theForm.plz.value != "42111") && (theForm.plz.value != "42113") && (theForm.plz.value != "42115") && (theForm.plz.value != "42117") && (theForm.plz.value != "42119") && (theForm.plz.value != "42275") && (theForm.plz.value != "42281") && (theForm.plz.value != "42283") && (theForm.plz.value != "42285") && (theForm.plz.value != "42287") && (theForm.plz.value != "42289") && (theForm.plz.value != "42853") && (theForm.plz.value != "42855") && (theForm.plz.value != "42857") && (theForm.plz.value != "42859") && (theForm.plz.value != "42897") && (theForm.plz.value != "42899") && (theForm.plz.value != "45549") && (theForm.plz.value != "42399") && (theForm.plz.value != "42349") && (theForm.plz.value != "42369") && (theForm.plz.value != "42327") && (theForm.plz.value != "42329"))
  {
    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 -->
