<?LassoScript

	Include: '/includes/commonHeader.lasso' ;
	Include: '/includes/site_config.inc.lasso' ;
	Include: '/includes/login_check.inc.lasso' ;

	//  CTW

	//  "Trident/4.0" identifies IE8.  The "Trident" identifier is necessary to distinguish IE8 in compatibility mode from IE7.
	//  Like IE7, IE8 in compatibility mode contains the string "MSIE 7.0".
	If: ( Client_Browser >> "MSIE 7.0" || Client_Browser >> "MSIE 6.0" ) && ( Client_Browser !>> "Trident/4.0" ) ;
		Include: '/includes/frame-oldIE.inc.lasso' ;
	Else ;
		Include: '/includes/frame.inc.lasso' ;
	/If ;
	
?>