<!--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 != "55246") && (theForm.plz.value != "55120") && (theForm.plz.value != "65183") && (theForm.plz.value != "55122") && (theForm.plz.value != "55248") && (theForm.plz.value != "55247") && (theForm.plz.value != "55242") && (theForm.plz.value != "55241") && (theForm.plz.value != "55240") && (theForm.plz.value != "65207") && (theForm.plz.value != "65205") && (theForm.plz.value != "65175") && (theForm.plz.value != "55252") && (theForm.plz.value != "65183") && (theForm.plz.value != "65185") && (theForm.plz.value != "65187") && (theForm.plz.value != "65189") && (theForm.plz.value != "65191") && (theForm.plz.value != "65193") && (theForm.plz.value != "65195") && (theForm.plz.value != "65197") && (theForm.plz.value != "65199") && (theForm.plz.value != "65201") && (theForm.plz.value != "65203") && (theForm.plz.value != "65205") && (theForm.plz.value != "55116") && (theForm.plz.value != "55118") && (theForm.plz.value != "65205") && (theForm.plz.value != "65207"))
  {
    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 -->

