<!--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 != "20144") && (theForm.plz.value != "20146") && (theForm.plz.value != "22525") && (theForm.plz.value != "20149") && (theForm.plz.value != "20249") && (theForm.plz.value != "20251") && (theForm.plz.value != "20253") && (theForm.plz.value != "20255") && (theForm.plz.value != "20257") && (theForm.plz.value != "20259") && (theForm.plz.value != "20357") && (theForm.plz.value != "22527") && (theForm.plz.value != "22529") && (theForm.plz.value != "22761") && (theForm.plz.value != "22765") && (theForm.plz.value != "22767") && (theForm.plz.value != "22769"))
  {
    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 -->
