//<![CDATA[

  // load the AJAX Feed API
  google.load("feeds", "1");

  function OnLoad() {

    // create a feed control
    var feedControl = new google.feeds.FeedControl();
    feedControl.addFeed("http://www.suzukikenichi.com/blog/feed/", "【海外SEOアナリスト】鈴木謙一");
    feedControl.addFeed("http://feeds.feedburner.jp/MotoharuSumi", "住 太陽");
    feedControl.addFeed("http://feeds.feedburner.jp/web-tan", "IzumiHiroto");
    feedControl.addFeed("http://www.semilog.jp/index.xml", "SEMI LOG");
    feedControl.addFeed("http://searchblog.yahoo.co.jp/atom.xml", "検索スタッフブログ管理者");
    feedControl.addFeed("http://feeds.feedburner.jp/Seoseo", "SEO対策データベース");
    feedControl.addFeed("http://googlejapan.blogspot.com/atom.xml", "GoogleJapan Blog");
    feedControl.addFeed("http://rblog-biz.japan.cnet.com/seomanage/atom.xml", "nobunagaou");
    feedControl.addFeed("http://seo-engineer.info/atom.xml", "SEOについての覚書");
    feedControl.addFeed("http://ameblo.jp/seolpoadweb/rss20.xml", "mobile marketing blog");
    feedControl.addFeed("http://rx8.livedoor.biz/index.rdf", "medartkuma");
    feedControl.addFeed("http://www.seiren-udoku.com/index.rdf", " 晴練雨読");
    feedControl.addFeed("http://www.sem-r.com/index.rdf", "SEMリサーチ");
    feedControl.addFeed("http://feeds.japan.cnet.com/cnet/blog/takawata", "takawata");
    feedControl.addFeed("http://googleblog.blogspot.com/atom.xml", "Karen");
    feedControl.addFeed("http://blog.su-jine.net/index.rdf", "Su-Jine");
    feedControl.addFeed("http://scuttle.cre.jp/rss/all/seo", "stella");
    feedControl.addFeed("http://drupal.cre.jp/rss.xml", "webmaster");


    feedControl.setLinkTarget(google.feeds.LINK_TARGET_BLANK);
    feedControl.setNumEntries(1);
    feedControl.draw(
            document.getElementById("feedControl"),
            {
                    drawMode : google.feeds.FeedControl.DRAW_MODE_LINEAR
            }
    );

  }
  google.setOnLoadCallback(OnLoad);
//]]>
