if ( document.URL.indexOf("noframeset") == -1 ) {
if (top.location == self.location)
top.location.href="http://www.ontouris.de/openwrap.php?url="+document.URL;
}

function preloadImg() {
  document.preload = new Array();
  if(document.images) {
    for(var i = 0 ; i < preloadImg.arguments.length ; i++) {
      document.preload[i] = new Image();
      document.preload[i].src = preloadImg.arguments[i];
    }
  }
}

function scrTop() {
  parent.scrollTo(0,0);
}
