// JavaScript Document


    function LoadDynamicFeedControl() {
      var feeds = [
	{title: 'Latest News',
	 url: 'http://info.schroderscommunications.com/feeds/Schrodersplc-LatestNewsReleases.rss'
	},
	{title: 'Features',
	 url: 'http://info.schroderscommunications.com/feeds/SchrodersTalkingPointFeatures.rss'
	},
	];
      var options = {
        stacked : false,
        horizontal : true,
        title : ""
      }

      new GFdynamicFeedControl(feeds, 'feed-control', options);
    }
    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);

<!-- ++End Dynamic Feed Control Wizard Generated Code++ -->
                
<!-- End of Google Feed Control -->
<!-- IR News RSS feed - http://ir.schroders.com/rss -->
<!-- Talking Point RSS feed - http://www.schroderstalkingpoint.com/events/talkingpoint/feed -->