<!--- Breaks page out of frames. --->

 if (top.frames.length != 0)
	 {
	 	self.parent.location = '/ims/login/index.cfm?loginflag=1';
	 }
		

