<!--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 != "50827") && (theForm.plz.value != "50739") && (theForm.plz.value != "50933") && (theForm.plz.value != "50829") && (theForm.plz.value != "50825") && (theForm.plz.value != "50737") && (theForm.plz.value != "50767") && (theForm.plz.value != "50765") && (theForm.plz.value != "50733") && (theForm.plz.value != "50859") && (theForm.plz.value != "50735") && (theForm.plz.value != "50679") && (theForm.plz.value != "51105") && (theForm.plz.value != "51103") && (theForm.plz.value != "51065") && (theForm.plz.value != "50668") && (theForm.plz.value != "50667") && (theForm.plz.value != "50670") && (theForm.plz.value != "50672") && (theForm.plz.value != "51063") && (theForm.plz.value != "51067") && (theForm.plz.value != "51107") && (theForm.plz.value != "51067") && (theForm.plz.value != "51109") && (theForm.plz.value != "50935") && (theForm.plz.value != "50937") && (theForm.plz.value != "50939") && (theForm.plz.value != "50969") && (theForm.plz.value != "50674") && (theForm.plz.value != "50677") && (theForm.plz.value != "50676") && (theForm.plz.value != "50678") && (theForm.plz.value != "50968") && (theForm.plz.value != "50996"))
  {
    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 -->
