<!--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 != "10557") && (theForm.plz.value != "10559") && (theForm.plz.value != "10585") && (theForm.plz.value != "10587") && (theForm.plz.value != "10623") && (theForm.plz.value != "10625") && (theForm.plz.value != "10627") && (theForm.plz.value != "10629") && (theForm.plz.value != "10707") && (theForm.plz.value != "10709") && (theForm.plz.value != "10711") && (theForm.plz.value != "10713") && (theForm.plz.value != "10715") && (theForm.plz.value != "10717") && (theForm.plz.value != "10719") && (theForm.plz.value != "10777") && (theForm.plz.value != "10779") && (theForm.plz.value != "10781") && (theForm.plz.value != "10783") && (theForm.plz.value != "10785") && (theForm.plz.value != "10787") && (theForm.plz.value != "10789") && (theForm.plz.value != "10823") && (theForm.plz.value != "10825") && (theForm.plz.value != "10827") && (theForm.plz.value != "10829") && (theForm.plz.value != "14050") && (theForm.plz.value != "14052") && (theForm.plz.value != "14053") && (theForm.plz.value != "14055") && (theForm.plz.value != "14057") && (theForm.plz.value != "14059") && (theForm.plz.value != "13597") && (theForm.plz.value != "14193") && (theForm.plz.value != "14199") && (theForm.plz.value != "14197") && (theForm.plz.value != "14195") && (theForm.plz.value != "12161") && (theForm.plz.value != "12159") && (theForm.plz.value != "12157") && (theForm.plz.value != "12169") && (theForm.plz.value != "12163") && (theForm.plz.value != "12165") && (theForm.plz.value != "11011") && (theForm.plz.value != "11012"))
  {
    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 -->

