window.onerror = null;

function check_frameset() {
  if (self != top) {
    top.location.href= 'http://www.pur-bonn.de';
  }
}

window.onload = check_frameset;
