<!--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 != "10965") && (theForm.plz.value != "12101") && (theForm.plz.value != "12103") && (theForm.plz.value != "12105") && (theForm.plz.value != "12107") && (theForm.plz.value != "12109") && (theForm.plz.value != "12157") && (theForm.plz.value != "12161") && (theForm.plz.value != "12163") && (theForm.plz.value != "12165") && (theForm.plz.value != "12167") && (theForm.plz.value != "12169") && (theForm.plz.value != "12247") && (theForm.plz.value != "12277") && (theForm.plz.value != "12305") && (theForm.plz.value != "12347") && (theForm.plz.value != "12349") && (theForm.plz.value != "12351") && (theForm.plz.value != "12353") && (theForm.plz.value != "12357") && (theForm.plz.value != "12359"))
  {
    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 -->
