// this page should never load inside of another frame
if (top.location != self.location)
    {
    top.location = self.location;
    }