
<!-- hide script from old browsers 

//
// javascript added to each content page to force the page
// into a frame if the user comes to it from an external site
//

var noFrameSupport;

//
// If the browser supports frames, and we are not inside the main frame
// of the Gooroos frameset, then redirect the top-level window to our
// frameset, with this page in it.
//
if ((self.name != "GooroosMainFrame") && !noFrameSupport)
{
	self.top.location = "addframe.html?page=" + self.location;
}

// end hiding script from old browsers -->
