/* script to force page out of any frame */

if (top.location != self.location)
         {
            top.location = self.location
         }
