    /*
    *  How to use the Dynamic Feed Control, which has pretty UI already made for you!
    *  Don't forget to check out the options:
    *  http://www.google.com/uds/solutions/dynamicfeed/reference.html
    */
    
    google.load('feeds', '1');
    
    function OnLoad() {
      var feeds = [				
					
					

        {
          title: '『女の子ものがたり』チャンネル（09.8.29 公開）',
          url: 'http://onnanoko-story.channel.yahoo.co.jp/rss.php'
        },	
        {
          title: '『ブラック会社に勤めてるんだが、もう俺は限界かもしれない』 の限界を突破する！？ブログ（09.11公開）',
          url: 'http://feedblog.ameba.jp/rss/ameblo/black-genkai/rss20.xml'
        },		
        {
          title: '『火天の城』制作日記（09.9.12公開）',
          url: 'http://katen.blog.eonet.jp/making/atom.xml'
        },
	    {
          title: '『プール』ニュース　（09.9.12公開）',
          url: 'http://pool-movie.com/news/index.xml'
        },
	    {
          title: '『キラー・ヴァージンロード』公式ブログ　（09.9.12公開）',
          url: 'http://feedblog.ameba.jp/rss/ameblo/kvr-movie/rss20.xml'
        },		
	    {
          title: '『TAJOMARU』オフィシャルブログ　（09.9.19公開）',
          url: 'http://feedblog.ameba.jp/rss/ameblo/tajomaru/rss20.xml'
        },	
	    {
          title: '『カムイ外伝』オフィシャルチャンネル　（09.9.19公開）',
          url: 'http://kamuigaiden.channel.yahoo.co.jp/rss.php'
        },				
	    {
          title: '『のんちゃんのり弁』公式ブログ（09.9.26公開）',
          url: 'http://blog.excite.co.jp/nonchannel/index.xml'
        },		
	    {
          title: '『引き出しの中のラブレター』公式ブログ（09.10.公開）',
          url: 'http://news.hiki-koi.com/?feed=rdf'
        },		
	    {
          title: '『わたし出すわ』公式ブログ“わたし書くわ”（09.10.31公開）',
          url: 'http://dasuwa.at.webry.info/rss/index.rdf'
        },				
		

		{
          title: '『南極料理人』ニュース（09.8.8 公開）',
          url: 'http://ch.yahoo.co.jp/nankyoku-ryori/rss.php'
        },			
        {
          title: '『色即ぜねれいしょん』色即ニュース（09.8.15公開）',
          url: 'http://shikisoku.jp/news/atom.xml'
        }
		
		
      ];
    
      var options = {
        stacked : true,
        horizontal : false,
        title : ""
      };
    
      new GFdynamicFeedControl(feeds, 'officialcontent', options);
      document.getElementById('officialcontent').style.width = "500px";
    }
    
    google.setOnLoadCallback(OnLoad);
	
	
	