<!--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 != "08056") && (theForm.plz.value != "08058") && (theForm.plz.value != "08060") && (theForm.plz.value != "08062") && (theForm.plz.value != "08064") && (theForm.plz.value != "08066") && (theForm.plz.value != "08112") && (theForm.plz.value != "08115") && (theForm.plz.value != "08121") && (theForm.plz.value != "08124") && (theForm.plz.value != "08129") && (theForm.plz.value != "08132") && (theForm.plz.value != "08138") && (theForm.plz.value != "08141") && (theForm.plz.value != "08144") && (theForm.plz.value != "08146") && (theForm.plz.value != "08149") && (theForm.plz.value != "08412") && (theForm.plz.value != "08427") && (theForm.plz.value != "08432"))
  {
    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 -->
