
if (!window.Weite && document.body && document.body.offsetWidth) {
  window.onresize = neuAufbau;
  Weite = Fensterweite();
  Hoehe = Fensterhoehe();
}
if (Weite < 800) {
  location.href='http://www.baabe-baabe.de/640/index640.htm';
}

