bName=navigator.appName;

if(bName=="Netscape")

  window.location ="./blumenstabe.html";

else

  window.location ="./blumenstabe.html";
