<!--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);
  }


  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 != "01109") && (theForm.plz.value != "01468") && (theForm.plz.value != "01324") && (theForm.plz.value != "01468") && (theForm.plz.value != "01307") && (theForm.plz.value != "01445") && (theForm.plz.value != "01139") && (theForm.plz.value != "01097") && (theForm.plz.value != "01465") && (theForm.plz.value != "01108") && (theForm.plz.value != "01468") && (theForm.plz.value != "01109") && (theForm.plz.value != "01129") && (theForm.plz.value != "01127") && (theForm.plz.value != "01468") && (theForm.plz.value != "01099")) 
  {
    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 -->
