<!--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 != "79108") && (theForm.plz.value != "79098") && (theForm.plz.value != "79104") && (theForm.plz.value != "79106") && (theForm.plz.value != "79110") && (theForm.plz.value != "79114") && (theForm.plz.value != "79115") && (theForm.plz.value != "79111") && (theForm.plz.value != "79194") && (theForm.plz.value != "79102") && (theForm.plz.value != "79100") && (theForm.plz.value != "79211") && (theForm.plz.value != "79194") && (theForm.plz.value != "79224") && (theForm.plz.value != "79279") && (theForm.plz.value != "79117") && (theForm.plz.value != "79112") && (theForm.plz.value != "79232") && (theForm.plz.value != "79280"))
 {
    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 -->

