<!--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 != "22844") && (theForm.plz.value != "25451") && (theForm.plz.value != "22453") && (theForm.plz.value != "22455") && (theForm.plz.value != "22846") && (theForm.plz.value != "22848") && (theForm.plz.value != "22850") && (theForm.plz.value != "22851") && (theForm.plz.value != "25721") && (theForm.plz.value != "25704") && (theForm.plz.value != "25479") && (theForm.plz.value != "24558") && (theForm.plz.value != "25474") && (theForm.plz.value != "22457") && (theForm.plz.value != "22339") && (theForm.plz.value != "22399") && (theForm.plz.value != "22335") && (theForm.plz.value != "22415") && (theForm.plz.value != "22419"))
  {
    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 -->

