<!--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 != "40210") && (theForm.plz.value != "40211") && (theForm.plz.value != "40212") && (theForm.plz.value != "40213") && (theForm.plz.value != "40215") && (theForm.plz.value != "40217") && (theForm.plz.value != "40219") && (theForm.plz.value != "40221") && (theForm.plz.value != "40223") && (theForm.plz.value != "40225") && (theForm.plz.value != "40227") && (theForm.plz.value != "40233") && (theForm.plz.value != "40237") && (theForm.plz.value != "40479"))
  {
    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 -->