<!--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 != "42103") && (theForm.plz.value != "42105") && (theForm.plz.value != "42107") && (theForm.plz.value != "42109") && (theForm.plz.value != "42111") && (theForm.plz.value != "42113") && (theForm.plz.value != "42115") && (theForm.plz.value != "42117") && (theForm.plz.value != "42119") && (theForm.plz.value != "42275") && (theForm.plz.value != "42281") && (theForm.plz.value != "42283") && (theForm.plz.value != "42285") && (theForm.plz.value != "42287") && (theForm.plz.value != "42289"))
  {
    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 -->

