    function LoadDynamicFeedControl() {
      var feeds = [ {title: '◆「いさはやサイズ」ビジネスブログ◆　⇒もっと見る', url: 'http://blog.b1388.jp/recent_articles?bg1=2' }, {title: '◆「いさはやサイズ」みんなのブログ◆　⇒もっと見る', url: 'http://blog.b1388.jp/recent_articles?bg1=10' }, {title: '◆諫早まとめブログ◆　⇒もっと見る', url: 'http://matome.b1388.jp/index20.rdf' }];
      var options = {
        numResults : 6,
        stacked : true,
        horizontal : false,
        title : "みんなでつくる！　いさはや News"
      }

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