<!--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 != "70173") && (theForm.plz.value != "70174") && (theForm.plz.value != "70176") && (theForm.plz.value != "70178") && (theForm.plz.value != "70180") && (theForm.plz.value != "70182") && (theForm.plz.value != "70184") && (theForm.plz.value != "70186") && (theForm.plz.value != "70188") && (theForm.plz.value != "70190") && (theForm.plz.value != "70191") && (theForm.plz.value != "70192") && (theForm.plz.value != "70193") && (theForm.plz.value != "70197") && (theForm.plz.value != "70199") && (theForm.plz.value != "70439") && (theForm.plz.value != "70378") && (theForm.plz.value != "70437") && (theForm.plz.value != "70435") && (theForm.plz.value != "70469") && (theForm.plz.value != "70376") && (theForm.plz.value != "70374") && (theForm.plz.value != "70372") && (theForm.plz.value != "70499") && (theForm.plz.value != "70327") && (theForm.plz.value != "70329") && (theForm.plz.value != "70195") && (theForm.plz.value != "70597") && (theForm.plz.value != "70569") && (theForm.plz.value != "70619") && (theForm.plz.value != "70563") && (theForm.plz.value != "70567") && (theForm.plz.value != "70565") && (theForm.plz.value != "70599") && (theForm.plz.value != "71150"))
  {
    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 -->
