
<!-- redir -->
if (top == self || (parent.frames[1].name != 'nav')){
 var t = location.href;
 var pos = t.indexOf("/",8) + 1;
 t = t.substr(pos, t.length);
 top.location.href = 'http://www.bonnxxl.de/go/6/' + t;
}
<!-- redir ende -->


function openWindow(url) {
  popupWin = window.open(url, 'popup', 'dependent,width=300,height=170')
}