<!--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);
  }

(theForm.plz.value) = parseInt(theForm.plz.value);

  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 != "56070") && (theForm.plz.value != "56564") && (theForm.plz.value != "56566") && (theForm.plz.value != "56179") && (theForm.plz.value != "56170") && (theForm.plz.value != "56182") && (theForm.plz.value != "56077") && (theForm.plz.value != "56076") && (theForm.plz.value != "56323") && (theForm.plz.value != "56321") && (theForm.plz.value != "56321") && (theForm.plz.value != "56338") && (theForm.plz.value != "56075") && (theForm.plz.value != "56068") && (theForm.plz.value != "56575") && (theForm.plz.value != "56112") && (theForm.plz.value != "56072") && (theForm.plz.value != "56073") && (theForm.plz.value != "56218") && (theForm.plz.value != "56220") && (theForm.plz.value != "56332") && (theForm.plz.value != "56333") && (theForm.plz.value != "56648"))
  {
    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 -->

