myPage = self.location;
     thisPage = top.location;

     if (thisPage == myPage)
     { contentSRC = escape(myPage);

     frameURL = '/seafire/pages/frames.html?' + contentSRC;

     top.location.href = frameURL; }