   setTimeout ("escapeFrame()", 1000);
   function escapeFrame() {
   if (self.parent.frames.length != 0)
   self.parent.location=self.document.location;
   }