﻿// JScript File

function breakout_of_frame()
{
 // if (top.location != location) {
  //  top.location.href = document.location.href ;
  //  }
  if (parent.frames.length > 0) {
    parent.location.href = self.document.location
    }
 }
