var NN  = document.layers;
var IE  = document.all;
if (IE || (NN)) {
 abfrage()
} else {
 if (top.frames.length == 0)
  {
  location.href='http://www.qedgroup.org/index.php';
  }
}