<!--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 != "80804") && (theForm.plz.value != "80796") && (theForm.plz.value != "80807") && (theForm.plz.value != "80803") && (theForm.plz.value != "80802") && (theForm.plz.value != "80801") && (theForm.plz.value != "80995") && (theForm.plz.value != "81679") && (theForm.plz.value != "81675") && (theForm.plz.value != "81667") && (theForm.plz.value != "81671") && (theForm.plz.value != "81669") && (theForm.plz.value != "80804") && (theForm.plz.value != "80807") && (theForm.plz.value != "80801") && (theForm.plz.value != "80799") && (theForm.plz.value != "80469") && (theForm.plz.value != "81829") && (theForm.plz.value != "81827") && (theForm.plz.value != "85540") && (theForm.plz.value != "81828") && (theForm.plz.value != "81735") && (theForm.plz.value != "81737") && (theForm.plz.value != "81539") && (theForm.plz.value != "81825"))
  {
    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 -->

