/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('164','Home',ssUrlPrefix + 'index.htm',null,'AnalyticsCode==UA-11733369-1','DisplayDateFormat==dd MMM yyyy','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock is one of the world\u2019s preeminent asset management firms and a premier provider of investment management, risk management and advisory services to institutional, intermediary and individual investors around the world.\\x27/\x3e','Language==en','UnicaID==blk\x3aglobal','newVI==TRUE');
g_navNode_0=g_navNode_Root.addNode('177','Home',ssUrlPrefix + 'home/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText== \x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock to learn how we help our clients achieve a better financial future\\x27/\x3e','MenuLocation==Main','PageTitle==BlackRock Home Page','newVI==TRUE');
g_navNode_0_0=g_navNode_0.addNode('203','About Us',ssUrlPrefix + 'home/AboutUs/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock is one of the world\\x27s leading providers of investment, advisory, and risk management solutions\\x27/\x3e','MenuLocation==Main','PageTitle==About Us');
g_navNode_0_0_1=g_navNode_0_0.addNode('212','About BlackRock',ssUrlPrefix + 'home/AboutUs/AboutBlackRock/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock is one of the world\\x27s leading providers of investment, advisory, and risk management solutions\\x27/\x3e','MenuLocation==Left','PageTitle==About - BlackRock');
g_navNode_0_0_2=g_navNode_0_0.addNode('251','History',ssUrlPrefix + 'home/AboutUs/History/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Follow BlackRock\\x27s road to success and growth in asset management\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_3=g_navNode_0_0.addNode('252','Philosophy',ssUrlPrefix + 'home/AboutUs/Philosophy/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Since our founding, BlackRock\\x27s core philosophy has been grounded in the belief that our clients\\x27 needs are of paramount importance and our sole business is managing our clients\\x27 assets on their behalf\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_4=g_navNode_0_0.addNode('253','Clients',ssUrlPrefix + 'home/AboutUs/Clients/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock has built a diversified business by developing institutional-quality products that seek to meet the needs of taxable and tax-exempt investors worldwide\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_5=g_navNode_0_0.addNode('254','Strategies \x26 Vehicles',ssUrlPrefix + 'home/AboutUs/StrategiesVehicles/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock offers investors around the globe a variety of quality investment products across asset classes, capitalizations, styles and geographies\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_5_0=g_navNode_0_0_5.addNode('265','Full',ssUrlPrefix + 'home/AboutUs/StrategiesVehicles/Full/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock offers investors around the globe a variety of quality investment products across asset classes, capitalizations, styles and geographies\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_6=g_navNode_0_0.addNode('255','BlackRock Solutions',ssUrlPrefix + 'home/AboutUs/BlackRockSolutions/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock has long been recognized for its disciplined investment process and rigorous bottom-up approach to risk management\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_7=g_navNode_0_0.addNode('256','Management Team',ssUrlPrefix + 'home/AboutUs/ManagementTeam/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock\\x27s Management Team and Global Executive Committee\\x27/\x3e','MenuLocation==Left');
g_navNode_0_0_18=g_navNode_0_0.addNode('6545','Proxy Voting',ssUrlPrefix + 'home/AboutUs/ProxyVoting/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27As an independent, fiduciary asset manager, BlackRock is committed to acting at all times in the best long-term interests of our fund investors\\x27/\x3e','MenuLocation==Left');
g_navNode_0_1=g_navNode_0.addNode('4991','News',ssUrlPrefix + 'home/News/index.htm','AnalyticsCode==UA-11733369-1','MenuLocation==Main','RedirectURL==5633');
g_navNode_0_1_0=g_navNode_0_1.addNode('5633','News Home',ssUrlPrefix + 'home/News/NewsHome/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock\\x27s news page to find the most up-to-date news on the company\\x27/\x3e','MenuLocation==Left');
g_navNode_0_1_1=g_navNode_0_1.addNode('261','Press Releases',ssUrlPrefix + 'home/News/PressReleases/index.htm','AnalyticsCode==UA-11733369-1','DocumentLimit==3','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock\\x27s press releases page to find the most recent BlackRock-related news\\x27/\x3e','MenuLocation==Left','PressArchivePage==FALSE','PressCentreDocumentLimit==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6023\x60');
g_navNode_0_1_2=g_navNode_0_1.addNode('257','Media Contacts',ssUrlPrefix + 'home/News/MediaContacts/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Media Contacts page for information on our media policy and a listing of global media contacts\\x27/\x3e','MenuLocation==Left');
g_navNode_0_1_3=g_navNode_0_1.addNode('258','Press Release Archive',ssUrlPrefix + 'home/News/PressReleaseArchive/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock\\x27s press release archives page to find press releases from previous years\\x27/\x3e','MenuLocation==Left','PressArchivePage==TRUE','PressCentreDocumentLimit==3','Query==dDocType \x3cmatches\x3e \x60Literature\x60 \x3cAND\x3e xSubType \x3cmatches\x3e \x6023\x60');
g_navNode_0_1_5=g_navNode_0_1.addNode('260','Investor Relations',ssUrlPrefix + 'home/News/InvestorRelations/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==TRUE','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26p\x3dirol-IRHome');
g_navNode_0_2=g_navNode_0.addNode('7203','Investment Institute',ssUrlPrefix + 'home/BlackRockInvestmentInstitute/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute page to learn about the Institute\\x27s mission and investment insights\\x27/\x3e','MenuLocation==Main');
g_navNode_0_2_0=g_navNode_0_2.addNode('8294','Investment Institute ',ssUrlPrefix + 'home/BlackRockInvestmentInstitute/BlackRockInvestmentInstitute/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute page to learn about the Institute\x26rsquo\x3bs mission and investment insights\\x27/\x3e','MenuLocation==Left','RedirectURL==7203');
g_navNode_0_2_2=g_navNode_0_2.addNode('8297','2012 Outlook',ssUrlPrefix + 'home/BlackRockInvestmentInstitute/2012Outlook/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','RedirectURL==8295');
g_navNode_0_3=g_navNode_0.addNode('8295','2012 Outlook',ssUrlPrefix + 'home/2012Outlook/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','IncludeLitListJS==TRUE');
g_navNode_0_3_0=g_navNode_0_3.addNode('8302','2012 Outlook Overview',ssUrlPrefix + 'home/2012Outlook/2012Outlook/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','RedirectURL==8295');
g_navNode_0_3_1=g_navNode_0_3.addNode('8282','Signposts',ssUrlPrefix + 'home/2012Outlook/Signposts/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently SignPosts page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e');
g_navNode_0_3_2=g_navNode_0_3.addNode('8284','Scenarios',ssUrlPrefix + 'home/2012Outlook/Scenarios/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','IncludeLitListJS==TRUE','RedirectURL==8300');
g_navNode_0_3_2_0=g_navNode_0_3_2.addNode('8299','Growth',ssUrlPrefix + 'home/2012Outlook/Scenarios/Growth/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e');
g_navNode_0_3_2_1=g_navNode_0_3_2.addNode('8301','Inflation',ssUrlPrefix + 'home/2012Outlook/Scenarios/Inflation/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e');
g_navNode_0_3_3=g_navNode_0_3.addNode('8291','Divergence',ssUrlPrefix + 'home/2012Outlook/Divergence/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e');
g_navNode_0_3_4=g_navNode_0_3.addNode('8290','Nemesis',ssUrlPrefix + 'home/2012Outlook/Nemesis/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e');
g_navNode_0_3_5=g_navNode_0_3.addNode('8286','Hunt for Yield',ssUrlPrefix + 'home/2012Outlook/HuntforYield/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','IncludeLitListJS==TRUE');
g_navNode_0_3_6=g_navNode_0_3.addNode('8283','Investment Outlook Videos',ssUrlPrefix + 'home/2012Outlook/Videos/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investment Institute 2012 Outlook\x3a The Year of Living Divergently page to learn about investment insight for 2012 from leading portfolio managers.\\x27/\x3e','IncludeLitListJS==TRUE');
g_navNode_0_4=g_navNode_0.addNode('204','Investor Relations',ssUrlPrefix + 'home/InvestorRelations/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investor Relations homepage for the most recent information regarding BlackRock\\x27/\x3e','MenuLocation==Main','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26p\x3dirol-IRHome');
g_navNode_0_4_1=g_navNode_0_4.addNode('216','Investors Homepage',ssUrlPrefix + 'home/InvestorRelations/InvestorsHomepage/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Investor Relations homepage for the most recent information regarding BlackRock\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-IRHome');
g_navNode_0_4_2=g_navNode_0_4.addNode('217','Corporate Governance',ssUrlPrefix + 'home/InvestorRelations/CorporateGovernance/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find corporate information on BlackRock\\x27s Corporate Governance page\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-govhighlights');
g_navNode_0_4_3=g_navNode_0_4.addNode('219','SEC Filings',ssUrlPrefix + 'home/InvestorRelations/SECFilings/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find information on BlackRock\\x27s SEC filings on this page\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-sec');
g_navNode_0_4_4=g_navNode_0_4.addNode('188','Financial Information',ssUrlPrefix + 'home/InvestorRelations/FinancialInformation/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find current and historical proxy statements, annual reports, and earnings releases on BlackRock\\x27s Financial Information page\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-financeinfo');
g_navNode_0_4_5=g_navNode_0_4.addNode('218','Press Releases',ssUrlPrefix + 'home/InvestorRelations/PressReleases/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock\\x27s press releases page to find the most recent BlackRock-related news\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-news\x26amp\x3bnyo\x3d0');
g_navNode_0_4_6=g_navNode_0_4.addNode('220','Stock Prices',ssUrlPrefix + 'home/InvestorRelations/StockPrizes/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit the BlackRock Stock Prices page for the latest BLK stock quotes, historical price lookup, and an investment calculator\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-stockquote');
g_navNode_0_4_7=g_navNode_0_4.addNode('7','Dividend History Page',ssUrlPrefix + 'home/InvestorRelations/DividendHistoryPage/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock\\x27s Dividend History page provides historical dividend information for BlackRock stock\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-dividends');
g_navNode_0_4_8=g_navNode_0_4.addNode('221','Shareholder Information',ssUrlPrefix + 'home/InvestorRelations/ShareholderInformation/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find BlackRock shareholder information on this page\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-contact');
g_navNode_0_4_9=g_navNode_0_4.addNode('222','Information Request',ssUrlPrefix + 'home/InvestorRelations/InformationRequest/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Visit BlackRock\\x27s Information Request page to request BlackRock-related information, annual reports, and proxy statements\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//estudio.harte-hanks.com/webform/Controller?code\x3dInvestorRelations');
g_navNode_0_4_10=g_navNode_0_4.addNode('223','Analyst Coverage',ssUrlPrefix + 'home/InvestorRelations/AnalystCoverage/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find analyst contact information on BlackRock\\x27s Analyst Coverage page\\x27/\x3e','MenuLocation==Left','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26amp\x3bp\x3dirol-analysts');
g_navNode_0_4_12=g_navNode_0_4.addNode('7906','Presentations',ssUrlPrefix + 'home/InvestorRelations/Presentations/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==FALSE','iFrameUrl==http\x3a//phx.corporate-ir.net/phoenix.zhtml?c\x3d119943\x26p\x3dirol-presentations');
g_navNode_0_5=g_navNode_0.addNode('206','Careers',ssUrlPrefix + 'home/Careers/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock careers where you can have a job with one of the world\u2019s preeminent asset management firms and a premier provider of investment management, risk management and advisory services to institutional, intermediary and individual investors around the world.\\x27/\x3e','MenuLocation==Main','RedirectURL==262');
g_navNode_0_5_0=g_navNode_0_5.addNode('262','Careers Home',ssUrlPrefix + 'home/Careers/CareersHome/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about professional opportunities at BlackRock\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_1=g_navNode_0_5.addNode('732','Professional Opportunities',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about professional opportunities at BlackRock\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_1_0=g_navNode_0_5_1.addNode('6154','United States',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/UnitedStates/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_prof_cs/jobsearch.ftl?lang\x3den\x26location\x3d36440482983');
g_navNode_0_5_1_1=g_navNode_0_5_1.addNode('6158','Canada',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/Canada/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_prof_cs/jobsearch.ftl?lang\x3den\x26location\x3d36140482983');
g_navNode_0_5_1_2=g_navNode_0_5_1.addNode('6218','Japan',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/Japan/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_prof_cs/jobsearch.ftl?lang\x3dja\x26location\x3d37040482983');
g_navNode_0_5_1_3=g_navNode_0_5_1.addNode('6219','Europe \x26 Other Locations',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/EuropeOtherLocations/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_prof_cs/jobsearch.ftl?lang\x3den\x26location\x3d35940482983');
g_navNode_0_5_1_4=g_navNode_0_5_1.addNode('6220','Internal Candidates',ssUrlPrefix + 'home/Careers/ProfessionalOpportunities/InternalCandidates/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e');
g_navNode_0_5_2=g_navNode_0_5.addNode('731','Campus Programs',ssUrlPrefix + 'home/Careers/CampusPrograms/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_2_0=g_navNode_0_5_2.addNode('161','Asia Pacific / Australia',ssUrlPrefix + 'home/Careers/CampusPrograms/AsiaPacificAustralia/index.htm','MenuLocation==Left');
g_navNode_0_5_2_1=g_navNode_0_5_2.addNode('160','Europe',ssUrlPrefix + 'home/Careers/CampusPrograms/Europe/index.htm','MenuLocation==Left');
g_navNode_0_5_2_2=g_navNode_0_5_2.addNode('159','Americas',ssUrlPrefix + 'home/Careers/CampusPrograms/Americas/index.htm','MenuLocation==Left');
g_navNode_0_5_2_3=g_navNode_0_5_2.addNode('1607','Job Links',ssUrlPrefix + 'home/Careers/CampusPrograms/JobLinks/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_2_3_0=g_navNode_0_5_2_3.addNode('6142','United States',ssUrlPrefix + 'home/Careers/CampusPrograms/JobLinks/UnitedStates/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for jobs at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_campus_cs/jobsearch.ftl?lang\x3den\x26location\x3d36440482983');
g_navNode_0_5_2_3_1=g_navNode_0_5_2_3.addNode('6143','EMEA',ssUrlPrefix + 'home/Careers/CampusPrograms/JobLinks/EMEA/index.htm','DoNotShowInNavigation==TRUE','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/002_1/jobsearch.ftl?lang\x3den\x26radiusType\x3dK\x26keyword\x3dAnalyst\x26location\x3d35940482983\x26radius\x3d1');
g_navNode_0_5_2_3_2=g_navNode_0_5_2_3.addNode('6144','Europe - Summer Internship',ssUrlPrefix + 'home/Careers/CampusPrograms/JobLinks/Europe-SummerInternship/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Search for summer internships at BlackRock\\x27/\x3e','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/br_campus_cs/jobsearch.ftl?lang\x3den\x26keyword\x3dIntern\x26location\x3d35940482983');
g_navNode_0_5_2_3_3=g_navNode_0_5_2_3.addNode('8068','Asia Pacific',ssUrlPrefix + 'home/Careers/CampusPrograms/JobLinks/AsiaPacific/index.htm','DoNotShowInNavigation==TRUE','iFrameUrl==https\x3a//blackrock.taleo.net/careersection/apac_1/jobsearch.ftl?lang\x3den\x26radiusType\x3dK\x26location\x3d35840482983\x26radius\x3d1');
g_navNode_0_5_3=g_navNode_0_5.addNode('733','Business \x26 Locations',ssUrlPrefix + 'home/Careers/BusinessLocations/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s global business groups and worldwide locations\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_3_8=g_navNode_0_5_3.addNode('720','AMG',ssUrlPrefix + 'home/Careers/BusinessLocations/AMG/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s Global Client Group\\x27/\x3e','MenuLocation==Left','menuItemClass==test');
g_navNode_0_5_3_9=g_navNode_0_5_3.addNode('242','BlackRock Solutions',ssUrlPrefix + 'home/Careers/BusinessLocations/BlackRockSolutions/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about the BlackRock Solutions group\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_3_13=g_navNode_0_5_3.addNode('366','BlackRock Offices Worldwide',ssUrlPrefix + 'home/Careers/BusinessLocations/BlackRockOfficesWorldwide/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find BlackRock office locations worldwide\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_3_14=g_navNode_0_5_3.addNode('230','Account Management',ssUrlPrefix + 'home/Careers/BusinessLocations/Account Management/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about global careers in BlackRock\\x27s business operations group\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_3_15=g_navNode_0_5_3.addNode('231','Portfolio Management',ssUrlPrefix + 'home/Careers/BusinessLocations/Portfolio Management/index.htm','MenuLocation==Left');
g_navNode_0_5_3_16=g_navNode_0_5_3.addNode('232','Infrastructure',ssUrlPrefix + 'home/Careers/BusinessLocations/Infrastructure/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about global careers in BlackRock\\x27s infrastructure group\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_3_17=g_navNode_0_5_3.addNode('233','Portfolio Administration',ssUrlPrefix + 'home/Careers/BusinessLocations/Portfolio Administration/index.htm','MenuLocation==Left');
g_navNode_0_5_4=g_navNode_0_5.addNode('711','Workplace and Culture',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics in the workplace\\x27/\x3e','MenuLocation==Left','menuItemClass==test');
g_navNode_0_5_4_4=g_navNode_0_5_4.addNode('2534','A Day in the Life',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_5=g_navNode_0_5_4.addNode('2538','ADayintheLife02',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife02/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_6=g_navNode_0_5_4.addNode('2539','ADayintheLife03',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife3/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_7=g_navNode_0_5_4.addNode('2540','ADayintheLife04',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife04/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_8=g_navNode_0_5_4.addNode('2541','ADayintheLife05',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife05/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_9=g_navNode_0_5_4.addNode('2544','ADayintheLife06',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife06/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_10=g_navNode_0_5_4.addNode('2545','ADayintheLife07',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife07/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_11=g_navNode_0_5_4.addNode('2549','ADayintheLife08',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife08/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_12=g_navNode_0_5_4.addNode('2550','ADayintheLife09',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife09/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_13=g_navNode_0_5_4.addNode('2559','ADayintheLife10',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife10/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_14=g_navNode_0_5_4.addNode('2560','ADayintheLife11',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife11/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_15=g_navNode_0_5_4.addNode('2601','ADayintheLife12',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife12/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_4_16=g_navNode_0_5_4.addNode('2602','ADayintheLife13',ssUrlPrefix + 'home/Careers/WorkplaceandCulture/ADayintheLife13/index.htm','DoNotShowInNavigation==TRUE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s culture and work ethics by visiting a Day in My Life at BlackRock page\\x27/\x3e','MenuLocation==Left');
g_navNode_0_5_5=g_navNode_0_5.addNode('739','Global Mobility',ssUrlPrefix + 'home/Careers/GlobalMobility/index.htm','AnalyticsCode==UA-11733369-1','MenuLocation==Left','menuItemClass==iconLockFaded');
g_navNode_0_5_6=g_navNode_0_5.addNode('1764','New Hires',ssUrlPrefix + 'home/Careers/NewHires/index.htm','AnalyticsCode==UA-11733369-1','MenuLocation==Left','menuItemClass==iconLockFaded');
g_navNode_0_6=g_navNode_0.addNode('6930','Public Policy',ssUrlPrefix + 'home/PublicPolicy/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==FALSE','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find information about BlackRock\\x27s Government Relations and Public Policy initiative\\x27/\x3e','IncludeLitListJS==TRUE','RedirectURL==7249');
g_navNode_0_6_0=g_navNode_0_6.addNode('7249','Public Policy Home',ssUrlPrefix + 'home/PublicPolicy/PublicPolicyhome/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Find information about BlackRock\x26rsquo\x3bs Government Relations and Public Policy initiative\\x27/\x3e','IncludeLitListJS==TRUE');
g_navNode_0_6_1=g_navNode_0_6.addNode('6931','Public Policy ViewPoints',ssUrlPrefix + 'home/PublicPolicy/ViewPoints/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Through the ViewPoint series, BlackRock examines public policy issues and assesses the potential long-term implications for investors\\x27/\x3e');
g_navNode_0_6_2=g_navNode_0_6.addNode('6932','Letters and Consultations',ssUrlPrefix + 'home/PublicPolicy/LettersandConsultations/index.htm','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27In an effort to engage and educate globally, BlackRock regularly submits comments letters and consultation responses to policymakers\\x27/\x3e','IncludeLitListJS==TRUE');
g_navNode_0_7=g_navNode_0.addNode('209','Terms and Conditions',ssUrlPrefix + 'home/TermsandConditions/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Read BlackRock\\x27s terms and conditions, trademark, copyright, and intellectual property information on this page.\\x27/\x3e','MenuLocation==Footer');
g_navNode_0_8=g_navNode_0.addNode('210','Privacy Policy',ssUrlPrefix + 'home/PrivacyPolicy/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27BlackRock\\x27s privacy policy is designed to help you understand the information collection practices at www.blackrock.com\\x27/\x3e','MenuLocation==Footer');
g_navNode_0_9=g_navNode_0.addNode('289','Business Continuity',ssUrlPrefix + 'home/BusinessContinuity/index.htm','AnalyticsCode==UA-11733369-1','HTTPMetaText==\x3cmeta name\x3d\"google-site-verification\" content\x3d\"4C2J3El5jCUPIiTZQ09fd2SYecqJg350Oqcg6vzRkq0\" /\x3e\x3cmeta name\x3d\\x27description\\x27 content\x3d\\x27Learn about BlackRock\\x27s Business Continuity Management and Disaster Recovery Programs here\\x27/\x3e','MenuLocation==Footer');
g_navNode_10=g_navNode_Root.addNode('293','Error Page',ssUrlPrefix + 'ErrorPage/index.htm','AnalyticsCode==UA-11733369-1','DoNotShowInNavigation==TRUE');

