
/*
	(c) 2001-2003 by Locke Enterprises (iLocke.com) - All rights reserved.
	License: Authorized for use on the EagleEnergyInc.com website.
	File: forceTop.js  [v1.1]
	Purpose:  Don't let the page that included this script keep this page in a frame.
	Created: 1/24/2003 - Nathan
	Modification History:
		· mm/dd/yyyy - [name] - [comment]
*/

	if(parent.frames.length != 0) top.location.href = window.location.href;
