<!--  Hide script from older browsers

 

 function addToFavorites(customPageName)
 {
  var pageName = 'AllianceBernstein Investments';
  var urlAddress = location.href;

  if (window.external)
  {
    if(customPageName != undefined) {
	pageName = customPageName;
    }

    window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function. Please press CTR + D to bookmark this page or use your browser's bookmark functionality.");
  }
 }
// -->
