	var status = getCookie('GSDO');

	if (status == "Yes" || status == "yes")
	{
//		window.location = "/client_services/asset_management/listed/gsdo/index.html";
	}
	else if (status == "No" || status == "no")
	{
		window.location = "/client_services/asset_management/closed_ended_investment_companies/us.html";
	}
	else
	{
		window.location = "/client_services/asset_management/closed_ended_investment_companies/resident.html";
	}
