// Title:   Frames Get Out - If this page is loaded into a frame, break it out.
// Version: 01.00.000 - 05/07/2004
// 000-050704- Initial creation - AS

if (top.frames.length > 0)
{
 top.location=self.location;
}
