function pressReleasePageHeader() {

  if (document.URL.indexOf("category=683548") != -1)  {
   document.write("Corporate ");
  }
  
  else if (document.URL.indexOf("category=683554") != -1)  {
   document.write("Asset Management ");
  }
  
  else if (document.URL.indexOf("category=683553") != -1)  {
   document.write("Asset Servicing ");
  }
  
  else if (document.URL.indexOf("AAB041") != -1)  {
   document.write("Alternative Investment Services ");
  }
  
  else if (document.URL.indexOf("683551") != -1)  {
   document.write("Broker-Dealer Services ");
  }
  
  else if (document.URL.indexOf("category=683550") != -1)  {
   document.write("Corporate Trust ");
  }
  
  else if (document.URL.indexOf("category=AAB043") != -1)  {
   document.write("Depositary Receipts ");
  }
  
  else if (document.URL.indexOf("category=AAB044") != -1)  {
   document.write("Global Markets ");
  }
  
  else if (document.URL.indexOf("category=AAB042") != -1)  {
   document.write("Shareowner Services ");
  }
  
  else if (document.URL.indexOf("category=683549") != -1)  {
   document.write("Treasury Services ");
  }
  
  else if (document.URL.indexOf("category=683552") != -1)  {
   document.write("Wealth Management ");
  }
  
  else if (document.URL.indexOf("category=683547") != -1)  {
   document.write("Social Responsibility ");
  }
  
}


 function doPRLeftNavHighlight()
 {
  leftNavLinkObj = document.getElementById("leftNav");
  leftNavLinkArray = leftNavLinkObj.getElementsByTagName("A");
  
  leftNavLinkArray[0].innerHTML = "<span>Newsroom</span>";
  leftNavLinkArray[1].innerHTML = "<span>News Releases</span>";
  leftNavLinkArray[15].innerHTML = "<span>Media Kit</span>";

  leftNavLinkArray[1].className = "t1On";

  if (document.URL.indexOf("category=683548") != -1)  {
   leftNavLinkArray[2].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683554") != -1)  {
   leftNavLinkArray[3].className = "t2On";
  }

  else if (document.URL.indexOf("AAB041") != -1)  {
   leftNavLinkArray[4].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683553") != -1)  {
   leftNavLinkArray[5].className = "t2On";
  }
  
  else if (document.URL.indexOf("683551") != -1)  {
   leftNavLinkArray[6].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683550") != -1)  {
   leftNavLinkArray[7].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=AAB043") != -1)  {
   leftNavLinkArray[8].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=AAB044") != -1)  {
   leftNavLinkArray[9].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=AAB042") != -1)  {
   leftNavLinkArray[10].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683549") != -1)  {
   leftNavLinkArray[11].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683552") != -1)  {
   leftNavLinkArray[12].className = "t2On";
  }
  
  else if (document.URL.indexOf("category=683547") != -1)  {
   leftNavLinkArray[13].className = "t2On";
  }
  
  leftNavLinkArray[10].style.display = "none";


document.write('<style type="text/css">');
document.write('	#mainContent DIV.shareLinks DIV.social { display:inline;float:left;padding-right:10px;width:auto;height:auto;background:none; }');
document.write('	#mainContent DIV.shareLinks DIV.email { display:inline;float:left;padding-left:10px;width:auto;height:auto;background:none; }');
document.write('		#mainContent DIV.shareLinks DIV.social A.social SPAN { margin-left:0px;margin-right:0px; }');
document.write('		#mainContent DIV.shareLinks DIV.email A.email SPAN { margin-left:0px; }');
document.write('</style>');

 }


