<!--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 != "06108") && (theForm.plz.value != "06110") && (theForm.plz.value != "06112") && (theForm.plz.value != "06114") && (theForm.plz.value != "06116") && (theForm.plz.value != "06118") && (theForm.plz.value != "06120") && (theForm.plz.value != "06122") && (theForm.plz.value != "06124") && (theForm.plz.value != "06126") && (theForm.plz.value != "06128") && (theForm.plz.value != "06130") && (theForm.plz.value != "06132") && (theForm.plz.value != "06179") && (theForm.plz.value != "06188") && (theForm.plz.value != "06184") && (theForm.plz.value != "06246"))
  {
    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 -->

