function showGadget() {
var feeds = [
       {title:'スマイル 瀬戸',
        url:'http://seto.laff.jp/blog/rss.xml'},
       {title:'スマイル ウーイェイよしたか',
        url:'http://woo-yeah.laff.jp/blog/rss.xml'},
       {title:'プラスマイナス 岩橋',
        url:'http://iwahashi.laff.jp/blog/rss.xml'},
       {title:'ＧＡＧ少年楽団 宮戸',
        url:'http://miya829.laff.jp/blog/rss.xml'},
       {title:'天竺鼠 川原',
        url:'http://kawahara.laff.jp/blog/rss.xml'},
       {title:'ウーマンラッシュアワー 村本',
        url:'http://772488.laff.jp/blog/rss.xml'},
       {title:'ウーマンラッシュアワー 中川',
        url:'http://paradise.laff.jp/blog/rss.xml'},
       {title:'学天即 四条',
        url:'http://yojo.laff.jp/blog/rss.xml'},
       {title:'学天即 奥田',
        url:'http://gakutenokuda.laff.jp/blog/rss.xml'},
       {title:'かりんとう川畑',
        url:'http://ma-sa.laff.jp/blog/rss.xml'}];
new GFdynamicFeedControl(feeds, 'feedGadget1', {numResults : 1, stacked : true,
title: "baseブログ一覧"});


var feeds = [
{title:'最新ニュース 新着10件',
url:'http://tokyo-nsc.laff.jp/news/rss.xml'}];
new GFdynamicFeedControl(feeds, 'feedGadget2', {numResults : 10, stacked : true,
title: "ラフブロ"});


var feeds = [
{title:'STAFF BLOG 新着10件',
url:'http://base.laff.jp/blog/rss.xml'}];
new GFdynamicFeedControl(feeds, 'feedGadget3', {numResults : 10, stacked : true,
title: "ラフブロ"});
}
google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
