<!--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 != "81541") && (theForm.plz.value != "81543") && (theForm.plz.value != "81539") && (theForm.plz.value != "81547") && (theForm.plz.value != "80336") && (theForm.plz.value != "80333") && (theForm.plz.value != "80331") && (theForm.plz.value != "80469") && (theForm.plz.value != "80337") && (theForm.plz.value != "80538") && (theForm.plz.value != "80539") && (theForm.plz.value != "81371") && (theForm.plz.value != "80799") && (theForm.plz.value != "81679") && (theForm.plz.value != "81675") && (theForm.plz.value != "81667") && (theForm.plz.value != "81671"))
  {
    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 -->
