    function LoadDynamicFeedControl() {
    var feeds = [
	{title: 'Recent Articles',
	 url: 'http://www.theconsultingtimes.com/blog/atom.xml'
	}];
      var options = {
        stacked : true,
        horizontal : false,
        numResults : 12,
        displayTime : 7000,
        fadeOutTime : 2500,
        linkTarget : google.feeds.LINK_TARGET_SELF,
        title : "Our Community"
      }

      new GFdynamicFeedControl(feeds, 'feed-control', options);
    }
    // Load the feeds API and set the onload callback.
    //google.load('feeds', '1');
    //google.setOnLoadCallback(LoadDynamicFeedControl);
