// JavaScript Document
//
// Korrekt im Frame?
//
if (document.location == top.document.location) 
  	document.location = "http://www.tbooker.com"

