<!--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 != "70435") && (theForm.plz.value != "70437") && (theForm.plz.value != "70376") && (theForm.plz.value != "70439") && (theForm.plz.value != "70825") && (theForm.plz.value != "70806") && (theForm.plz.value != "70469") && (theForm.plz.value != "70499") && (theForm.plz.value != "70378") && (theForm.plz.value != "71701") && (theForm.plz.value != "71696") && (theForm.plz.value != "71634") && (theForm.plz.value != "71638") && (theForm.plz.value != "71642") && (theForm.plz.value != "71636") && (theForm.plz.value != "71640"))
  {
    alert("In diesen Bereich liefern wir leider nicht, Sie können nun jedoch nach einem Liferservice 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 -->
