﻿    function LoadDynamicFeedControl() {
      var feeds = [
        {title: 'トピックス',
         url: 'http://info.lammfromm.jp/atom.xml'
        },
        {title: '展覧会とイベント',
         url: 'http://www.lammfromm.jp/exhibition/atom.xml'
        },
        {title: 'lammfromm Toys',
         url: 'http://toy.lammfromm.jp/rss.php'
        },
        {title: 'ラムフロム・スタッフブログ',
         url: 'http://tokyo.lammfromm.jp/feed/atom/'
        },
        {title: 'こじまやよいのアートママ奮戦記',
         url: 'http://artmama.lammfromm.jp/atom.xml'
        },
        {title: 'フクヘン。- 雑誌ブルータス副編集長、鈴木芳雄のブログ',
         url: 'http://fukuhen.lammfromm.jp/?feed=rss2'
        },
        {title: '糸井　恵 - 東京アートホリックス',
         url: 'http://artholics.lammfromm.jp/atom.xml'
        },
        {title: '宮村周子の展覧会リコメン すご早！アート２．０',
         url: 'http://sugohaya.lammfromm.jp/atom.xml'
        },
        {title: 'lammfromm The Concept Store(海外向け)',
         url: 'http://worldstore.lammfromm.jp/rss.php'        
        }];
      var options = {
        stacked : true,
        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);
