switch ( document.location.host ) 
{ 
	case "acs-txdvl11.nam.nsroot.net" : 
	case "acs-dvl11.ny.ssmb.com" : 
   	case "accstg.smithbarney.com" :
   	case "acc-uat.smithbarney.com" :
	case "www.smithbarney.com" :
		if( self != top )
		{
			check_for_cbol();
			break; 
		}
   	default : 
		check_for_cbol();
} 

function check_for_cbol()
{
	if( cbol_user )
	{
		if (document.getElementById("sbLanding") || document.getElementById("smithBarney") || document.getElementById("sbTrading") || document.getElementById("sbSearchResults") || document.getElementById("sbMutualFund") || document.getElementById("sbLoanMortgageCalc") || document.getElementById("sbQuotesNewsResearch") || document.getElementById("nothing") || document.getElementById("sbOptionSearch"))  
		{	
			if (document.title != "Smith Barney Trading Preview")
			{
				document.writeln('<style type="text/css">@import url(/css/smithBarney/smithBarney.css);</style>');
				document.writeln('<style type="text/css">@import url(/css/screen.css);</style>');
				document.writeln('<style type="text/css" media="print">@import url(/css/print.css);</style>');
				document.writeln('<style type="text/css">@import url(/css/new/CBOL_oneciti.css);</style>');
				document.writeln('<scr'+'ipt src="/js/CBOL/branding.js"></script>'); 
			}
		}
		else
		{
			document.write('<scr' + 'ipt src="/js/CBOL/branding.js"></scr' + 'ipt>');
			document.write('<style type="text/css">@import url(/css/new/base.css);</style>');
			document.write('<style type="text/css">@import url(/css/new/CBOL.css);</style>');
			if(typeof sa_highlight != "undefined"){
			if(sa_highlight=="2"){ document.write('<style type="text/css">@import url(/css/new/research.css);</style>'); }
			}
		}
	}
}
