<!--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 != "80809") && (theForm.plz.value != "80804") && (theForm.plz.value != "80807") && (theForm.plz.value != "80797") && (theForm.plz.value != "80796") && (theForm.plz.value != "80803") && (theForm.plz.value != "80798") && (theForm.plz.value != "80801") && (theForm.plz.value != "80799") && (theForm.plz.value != "80802") && (theForm.plz.value != "80805") && (theForm.plz.value != "80935") && (theForm.plz.value != "80937") && (theForm.plz.value != "80933") && (theForm.plz.value != "80939") && (theForm.plz.value != "80995") && (theForm.plz.value != "80993") && (theForm.plz.value != "80992") && (theForm.plz.value != "80539") && (theForm.plz.value != "80333") && (theForm.plz.value != "80335") && (theForm.plz.value != "80339") && (theForm.plz.value != "80336") && (theForm.plz.value != "80637") && (theForm.plz.value != "80636") && (theForm.plz.value != "80638") && (theForm.plz.value != "80634") && (theForm.plz.value != "80539"))
  {
    alert("In diesen Bereich liefern wir leider nicht, Sie können nun jedoch nach einem Liferservice 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 -->

