<!--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);
  }

(theForm.plz.value) = parseInt(theForm.plz.value);

  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 != "47051") && (theForm.plz.value != "47053") && (theForm.plz.value != "47055") && (theForm.plz.value != "47057") && (theForm.plz.value != "47058") && (theForm.plz.value != "47059") && (theForm.plz.value != "47119") && (theForm.plz.value != "47137") && (theForm.plz.value != "47138") && (theForm.plz.value != "47139") && (theForm.plz.value != "47166") && (theForm.plz.value != "47167") && (theForm.plz.value != "47169") && (theForm.plz.value != "47178") && (theForm.plz.value != "47179") && (theForm.plz.value != "47198") && (theForm.plz.value != "47199") && (theForm.plz.value != "47226") && (theForm.plz.value != "47229") && (theForm.plz.value != "47239") && (theForm.plz.value != "47249") && (theForm.plz.value != "47259") && (theForm.plz.value != "47279"))
  {
    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.webimbiss.de"
    theForm.plz.focus();
    return (false);
  }
	

  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan -->
