function breakOut() {
   if (top != self) {
      top.location = self.document.location;
   }
}
