<!--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 != "10117") && (theForm.plz.value != "10178") && (theForm.plz.value != "10179") && (theForm.plz.value != "10557") && (theForm.plz.value != "10777") && (theForm.plz.value != "10779") && (theForm.plz.value != "10781") && (theForm.plz.value != "10783") && (theForm.plz.value != "10785") && (theForm.plz.value != "10787") && (theForm.plz.value != "10789") && (theForm.plz.value != "10823") && (theForm.plz.value != "10825") && (theForm.plz.value != "10827") && (theForm.plz.value != "10829") && (theForm.plz.value != "10961") && (theForm.plz.value != "10963") && (theForm.plz.value != "10965") && (theForm.plz.value != "10967") && (theForm.plz.value != "10969") && (theForm.plz.value != "10997") && (theForm.plz.value != "10999"))
  {
    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 -->
