<!--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 != "60316") && (theForm.plz.value != "60433") && (theForm.plz.value != "60437") && (theForm.plz.value != "60439") && (theForm.plz.value != "60529") && (theForm.plz.value != "60489") && (theForm.plz.value != "63477") && (theForm.plz.value != "60549") && (theForm.plz.value != "65760") && (theForm.plz.value != "63110") && (theForm.plz.value != "60311") && (theForm.plz.value != "60316") && (theForm.plz.value != "60313") && (theForm.plz.value != "60323") && (theForm.plz.value != "60325") && (theForm.plz.value != "60329") && (theForm.plz.value != "63067") && (theForm.plz.value != "63065") && (theForm.plz.value != "60598") && (theForm.plz.value != "60488") && (theForm.plz.value != "60487") && (theForm.plz.value != "60486") && (theForm.plz.value != "60327") && (theForm.plz.value != "60326") && (theForm.plz.value != "60596") && (theForm.plz.value != "60385") && (theForm.plz.value != "60318") && (theForm.plz.value != "60322") && (theForm.plz.value != "60320") && (theForm.plz.value != "60389") && (theForm.plz.value != "60999") && (theForm.plz.value != "60594") && (theForm.plz.value != "60314") && (theForm.plz.value != "60386") && (theForm.plz.value != "60435") && (theForm.plz.value != "60388") && (theForm.plz.value != "60431") && (theForm.plz.value != "60599"))
  {
    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 -->

