// prevents link sites from displaying the site within their frameset.
function breakout_of_frames()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
  }
}