/* 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

			Journal Watch behavior layer

			Created: 	3.29.06
 
			Implemented By:		Scott Jehl, Mindseye Inc.
			
			notes:	-> This script breaks the page out of a frame if necessary
								
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
*/



if ( top != self )
			{
				top.location.href = unescape(window.location);
			}
