//submitted by Dan Hildreth at http://www.sportsnyou.com
//more scripts from www.a1javascripts.com/

function frameEnforcer(url) {
	if (self.parent.frames.length == 0){
		self.parent.location = url;
	}
}

