<!--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 != "16515") && (theForm.plz.value != "16565") && (theForm.plz.value != "16767") && (theForm.plz.value != "16556") && (theForm.plz.value != "16547") && (theForm.plz.value != "16727") && (theForm.plz.value != "16567") && (theForm.plz.value != "16559") && (theForm.plz.value != "16727") && (theForm.plz.value != "16761") && (theForm.plz.value != "16552") && (theForm.plz.value != "16766") && (theForm.plz.value != "16755") && (theForm.plz.value != "16540"))
  {
    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 -->
