<!--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 != "45127") && (theForm.plz.value != "45128") && (theForm.plz.value != "45130") && (theForm.plz.value != "45131") && (theForm.plz.value != "45133") && (theForm.plz.value != "45134") && (theForm.plz.value != "45136") && (theForm.plz.value != "45138") && (theForm.plz.value != "45139") && (theForm.plz.value != "45141") && (theForm.plz.value != "45143") && (theForm.plz.value != "45144") && (theForm.plz.value != "45145") && (theForm.plz.value != "45147") && (theForm.plz.value != "45149") && (theForm.plz.value != "45219") && (theForm.plz.value != "45239") && (theForm.plz.value != "45257") && (theForm.plz.value != "45259") && (theForm.plz.value != "45276") && (theForm.plz.value != "45277") && (theForm.plz.value != "45279") && (theForm.plz.value != "45289") && (theForm.plz.value != "45307") && (theForm.plz.value != "45309") && (theForm.plz.value != "45326") && (theForm.plz.value != "45327") && (theForm.plz.value != "45329") && (theForm.plz.value != "45355") && (theForm.plz.value != "45356") && (theForm.plz.value != "45357") && (theForm.plz.value != "45359"))
  {
    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 -->

