<!--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 != "60316") && (theForm.plz.value != "60318") && (theForm.plz.value != "60314") && (theForm.plz.value != "60594") && (theForm.plz.value != "60311") && (theForm.plz.value != "60386") && (theForm.plz.value != "60385") && (theForm.plz.value != "60313") && (theForm.plz.value != "60599") && (theForm.plz.value != "60323") && (theForm.plz.value != "60322") && (theForm.plz.value != "60389") && (theForm.plz.value != "60388"))
  {
    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 -->

