<!--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 != "10234") && (theForm.plz.value != "13342") && (theForm.plz.value != "10555") && (theForm.plz.value != "10117") && (theForm.plz.value != "13359") && (theForm.plz.value != "13351") && (theForm.plz.value != "10119") && (theForm.plz.value != "10115") && (theForm.plz.value != "10557") && (theForm.plz.value != "10559") && (theForm.plz.value != "13156") && (theForm.plz.value != "13187") && (theForm.plz.value != "10439") && (theForm.plz.value != "10437") && (theForm.plz.value != "10435") && (theForm.plz.value != "10178") && (theForm.plz.value != "10551") && (theForm.plz.value != "10553") && (theForm.plz.value != "10589") && (theForm.plz.value != "13405") && (theForm.plz.value != "13403") && (theForm.plz.value != "13407") && (theForm.plz.value != "13409") && (theForm.plz.value != "13347") && (theForm.plz.value != "13349") && (theForm.plz.value != "13559") && (theForm.plz.value != "13551") && (theForm.plz.value != "13353") && (theForm.plz.value != "13355") && (theForm.plz.value != "13357") && (theForm.plz.value != "10961") && (theForm.plz.value != "10963") && (theForm.plz.value != "10965") && (theForm.plz.value != "10967") && (theForm.plz.value != "10969") && (theForm.plz.value != "10997") && (theForm.plz.value != "10999") && (theForm.plz.value != "12043") && (theForm.plz.value != "12045") && (theForm.plz.value != "12047") && (theForm.plz.value != "12049") && (theForm.plz.value != "12051") && (theForm.plz.value != "12053") && (theForm.plz.value != "12055") && (theForm.plz.value != "12057") && (theForm.plz.value != "12059") && (theForm.plz.value != "12099") && (theForm.plz.value != "12347") && (theForm.plz.value != "12359") && (theForm.plz.value != "12435") && (theForm.plz.value != "12437"))
  {
    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 -->

