<!--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 != "86150") && (theForm.plz.value != "86152") && (theForm.plz.value != "86153") && (theForm.plz.value != "86154") && (theForm.plz.value != "86156") && (theForm.plz.value != "86157") && (theForm.plz.value != "86159") && (theForm.plz.value != "86161") && (theForm.plz.value != "86163") && (theForm.plz.value != "86165") && (theForm.plz.value != "86167") && (theForm.plz.value != "86169") && (theForm.plz.value != "86179") && (theForm.plz.value != "86199") && (theForm.plz.value != "86356") && (theForm.plz.value != "86368") && (theForm.plz.value != "86391") && (theForm.plz.value != "86482") && (theForm.plz.value != "86399") && (theForm.plz.value != "86456") && (theForm.plz.value != "86343") && (theForm.plz.value != "86462") && (theForm.plz.value != "85049") && (theForm.plz.value != "85051") && (theForm.plz.value != "85053") && (theForm.plz.value != "85055") && (theForm.plz.value != "85057") && (theForm.plz.value != "85092") && (theForm.plz.value != "85077") && (theForm.plz.value != "85120") && (theForm.plz.value != "85114") && (theForm.plz.value != "85117") && (theForm.plz.value != "85101") && (theForm.plz.value != "82140") && (theForm.plz.value != "82194") && (theForm.plz.value != "82216") && (theForm.plz.value != "82239") && (theForm.plz.value != "82256") && (theForm.plz.value != "82272") && (theForm.plz.value != "82275") && (theForm.plz.value != "82276") && (theForm.plz.value != "82278") && (theForm.plz.value != "82284") && (theForm.plz.value != "82285") && (theForm.plz.value != "82287") && (theForm.plz.value != "82288") && (theForm.plz.value != "82290") && (theForm.plz.value != "82291") && (theForm.plz.value != "82294") && (theForm.plz.value != "82296") && (theForm.plz.value != "82281") && (theForm.plz.value != "82223") && (theForm.plz.value != "84028") && (theForm.plz.value != "84030") && (theForm.plz.value != "84032") && (theForm.plz.value != "84034") && (theForm.plz.value != "84036") && (theForm.plz.value != "84051") && (theForm.plz.value != "84079") && (theForm.plz.value != "84098") && (theForm.plz.value != "84100") && (theForm.plz.value != "84107") && (theForm.plz.value != "84144") && (theForm.plz.value != "84166") && (theForm.plz.value != "84169") && (theForm.plz.value != "84172") && (theForm.plz.value != "84174") && (theForm.plz.value != "82184") && (theForm.plz.value != "84095"))
  {
    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 -->

