<!--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 != "24103") && (theForm.plz.value != "24113") && (theForm.plz.value != "24114") && (theForm.plz.value != "24116") && (theForm.plz.value != "24118") && (theForm.plz.value != "24143") && (theForm.plz.value != "24145") && (theForm.plz.value != "24146") && (theForm.plz.value != "24147") && (theForm.plz.value != "24148") && (theForm.plz.value != "24149") && (theForm.plz.value != "24106") && (theForm.plz.value != "24109") && (theForm.plz.value != "24111") && (theForm.plz.value != "24119") && (theForm.plz.value != "24232") && (theForm.plz.value != "24248"))
  {
    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 -->
