function showGadget() {

var feeds = [
{title:'最新ニュース 新着10件',
url:'http://jimbocho.laff.jp/information/index.rdf'}];
new GFdynamicFeedControl(feeds, 'feedGadget1', {numResults : 10, stacked : true,
title: "ラフブロ"});


var feeds = [
{title:'STAFF BLOG 新着10件',
url:'http://jimbocho.laff.jp/blog/index.rdf'}];
new GFdynamicFeedControl(feeds, 'feedGadget2', {numResults : 10, stacked : true,
title: "ラフブロ"});
}
google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
