<!--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 != "90459") && (theForm.plz.value != "90461") && (theForm.plz.value != "90441") && (theForm.plz.value != "90449") && (theForm.plz.value != "90443") && (theForm.plz.value != "90441") && (theForm.plz.value != "90431") && (theForm.plz.value != "90763") && (theForm.plz.value != "90762") && (theForm.plz.value != "90478") && (theForm.plz.value != "90765") && (theForm.plz.value != "90429") && (theForm.plz.value != "90427") && (theForm.plz.value != "90425") && (theForm.plz.value != "90419") && (theForm.plz.value != "90411") && (theForm.plz.value != "90409") && (theForm.plz.value != "90489") && (theForm.plz.value != "90408") && (theForm.plz.value != "90403") && (theForm.plz.value != "90402") && (theForm.plz.value != "90471") && (theForm.plz.value != "90461") && (theForm.plz.value != "90473") && (theForm.plz.value != "90469") && (theForm.plz.value != "90451") && (theForm.plz.value != "90455") && (theForm.plz.value != "90547") && (theForm.plz.value != "90475") && (theForm.plz.value != "90480") && (theForm.plz.value != "90482"))

  {
    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 -->


