//<![CDATA[

      google.load("feeds", "1");

      function OnLoad() {
        var feedControl = new google.feeds.FeedControl();

        feedControl.addFeed("http://blog.livedoor.jp/takeda_cfo/index.rdf","CFOのための最新情報");
        feedControl.addFeed("http://blog.livedoor.jp/kitahamakaikei/index.rdf","きたはまレポート");
        feedControl.addFeed("http://nxt-acc.livedoor.biz/index.rdf","ネクト会計事務所 Blog");
        feedControl.addFeed("http://www.ymmlaw.jp/cgi-bin/wp/?feed=rss2","ベンチャー法務の部屋");
        feedControl.addFeed("http://successipo.blog4.fc2.com/?xml","IPO準備会社を応援するブログ");
        feedControl.addFeed("http://aegif.typepad.jp/ifrs/atom.xml","IFRS of the day");
　　　　　<!--表示したいエントリー数-->
        feedControl.setNumEntries(4);
        feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK);

        feedControl.draw(
             document.getElementById("feedControl"),  {
             drawMode : google.feeds.FeedControl.DRAW_MODE_TABBED  });
      }

      google.setOnLoadCallback(OnLoad);
    //]]>
