<!--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 != "04129") && (theForm.plz.value != "04349") && (theForm.plz.value != "04289") && (theForm.plz.value != "04288") && (theForm.plz.value != "04425") && (theForm.plz.value != "04315") && (theForm.plz.value != "04347") && (theForm.plz.value != "04357") && (theForm.plz.value != "04318") && (theForm.plz.value != "04328") && (theForm.plz.value != "04317") && (theForm.plz.value != "04299") && (theForm.plz.value != "04329") && (theForm.plz.value != "04316") && (theForm.plz.value != "04319") && (theForm.plz.value != "04277") && (theForm.plz.value != "04275") && (theForm.plz.value != "04103") && (theForm.plz.value != "04105") && (theForm.plz.value != "04109") && (theForm.plz.value != "04107") && (theForm.plz.value != "04155") && (theForm.plz.value != "04157"))
  {
    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 -->

