function showGadget() {
var feeds = [
       {title:'この!!トラニュース',
        url:'http://kono-tora.laff.jp/news/index.rdf'},
       {title:'この!!トラ番組ブログ | 北海道',
        url:'http://kono-tora.laff.jp/offshot_hokkaido/index.rdf'},
       {title:'この!!トラ番組ブログ | 宮城',
        url:'http://kono-tora.laff.jp/offshot_miyagi/index.rdf'},
       {title:'この!!トラ番組ブログ | 東京',
        url:'http://kono-tora.laff.jp/offshot_tokyo/index.rdf'},
       {title:'この!!トラ番組ブログ | 名古屋',
        url:'http://kono-tora.laff.jp/offshot_nagoya/index.rdf'},
       {title:'この!!トラ番組ブログ | 大阪',
        url:'http://kono-tora.laff.jp/offshot_osaka/index.rdf'},
       {title:'この!!トラ番組ブログ | 福岡',
        url:'http://kono-tora.laff.jp/offshot_fukuoka/index.rdf'}];
new GFdynamicFeedControl(feeds, 'feedGadget', {numResults : 1, stacked : true,
title: "この!!トラ一覧"});


var feeds = [
{title:'この!!トラニュース 新着10件',
url:'http://kono-tora.laff.jp/news/index.rdf'}];
new GFdynamicFeedControl(feeds, 'news', {numResults : 10, stacked : true,
title: "この!!トラくんがお届け!この!!トラニュース"});


var feeds = [
{title:'この!!トラ番組ブログ | 北海道 新着5件',
url:'http://kono-tora.laff.jp/offshot_hokkaido/index.rdf'}];
new GFdynamicFeedControl(feeds, 'hokkaido', {numResults : 10, stacked : true,
title: "北海道からお届け!この!!トラ番組ブログ"});



var feeds = [
{title:'この!!トラ番組ブログ | 宮城 新着5件',
url:'http://kono-tora.laff.jp/offshot_miyagi/index.rdf'}];
new GFdynamicFeedControl(feeds, 'miyagi', {numResults : 10, stacked : true,
title: "宮城からお届け!この!!トラ番組ブログ"});



var feeds = [
{title:'この!!トラ番組ブログ | 東京 新着5件',
url:'http://kono-tora.laff.jp/offshot_tokyo/index.rdf'}];
new GFdynamicFeedControl(feeds, 'tokyo', {numResults : 10, stacked : true,
title: "東京からお届け!この!!トラ番組ブログ"});



var feeds = [
{title:'この!!トラ番組ブログ | 名古屋 新着5件',
url:'http://kono-tora.laff.jp/offshot_nagoya/index.rdf'}];
new GFdynamicFeedControl(feeds, 'nagoya', {numResults : 10, stacked : true,
title: "名古屋からお届け!この!!トラ番組ブログ"});



var feeds = [
{title:'この!!トラ番組ブログ | 大阪 新着5件',
url:'http://kono-tora.laff.jp/offshot_osaka/index.rdf'}];
new GFdynamicFeedControl(feeds, 'osaka', {numResults : 10, stacked : true,
title: "大阪からお届け!この!!トラ番組ブログ"});



var feeds = [
{title:'この!!トラ番組ブログ | 福岡 新着5件',
url:'http://kono-tora.laff.jp/offshot_fukuoka/index.rdf'}];
new GFdynamicFeedControl(feeds, 'fukuoka', {numResults : 10, stacked : true,
title: "福岡からお届け!この!!トラ番組ブログ"});





}
google.load("feeds", "1");
google.setOnLoadCallback(showGadget);
