function LoadDynamicFeedControl() {
      var feeds = [
	{title: '',
	 url: 'http://runadun.blogspot.com/feeds/posts/default?start-index=1&max-results=99'
	}];
      var options = {
        stacked : false,
        horizontal : false,
        horizontal : false,
        title : ""
      }

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