
    function load() {

      var feed = [
       {title:'銀粘土専門店ギンスケ　総合サイト',
        url:'http://www.ginsuke.com/index.xml'},

       {title:'ギンスケ・シルバークレイ・カレッジ',
        url:'http://www.gscc.co.jp/index.xml'},

       {title:'銀粘土専門店ギンスケ　通信販売',
        url:'http://ginsuke.net/index.xml'},

       {title:'シルバーアクセサリー・リレーマラソン',
        url:'http://www2.ajsc.jp/rss2.xml'},

       {title:'ギンスケ・クリエーターズ・マーケット',
        url:'http://gc-market.com/hpgen/HPB/rss.xml'}];

  var options = {
    numResults : 5,
    stacked : true,
    title: "銀粘土専門店ギンスケ 新着情報総合案内　",
    displayTime : 5000,
    fadeOutTime : 500,
    linkTarget : google.feeds.LINK_TARGET_BLANK
  }
  new GFdynamicFeedControl(feed, "feedControl", options);

    }
    google.load("feeds", "1");
    google.setOnLoadCallback(load);