<!--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 != "65183") && (theForm.plz.value != "65185") && (theForm.plz.value != "65187") && (theForm.plz.value != "65189") && (theForm.plz.value != "65191") && (theForm.plz.value != "65193") && (theForm.plz.value != "65195") && (theForm.plz.value != "65197") && (theForm.plz.value != "65199") && (theForm.plz.value != "65201") && (theForm.plz.value != "65203") && (theForm.plz.value != "65510") && (theForm.plz.value != "65529") && (theForm.plz.value != "65527") && (theForm.plz.value != "65239") && (theForm.plz.value != "65205") && (theForm.plz.value != "55247") && (theForm.plz.value != "55242") && (theForm.plz.value != "65439") && (theForm.plz.value != "65462") && (theForm.plz.value != "65474") && (theForm.plz.value != "65830") && (theForm.plz.value != "65795") && (theForm.plz.value != "65719") && (theForm.plz.value != "65451") && (theForm.plz.value != "65835") && (theForm.plz.value != "65817"))
  {
    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 -->

