
if (top.location != self.location)
  {top.location.replace(self.location);}


/*  This forces our page out of a highjacking frame, as with the Premier Cottages website.
    However, SETTING top.location to self.location would render the browser back button useless;
    instead we Replace() the current page in the history, allowing the back button to display the previous page
*/