﻿    function load() {

      var feed = [
       {title:'庭芸社',
        url:'http://www.expark.jp/main/?feed=rss2'}
];

  var options = {
    numResults : 3,
    stacked : true,
    title: "庭芸社ＨＰ更新状況",
    displayTime : 7500,
    fadeOutTime : 750,
    linkTarget : google.feeds.LINK_TARGET_BLANK
  }
  new GFdynamicFeedControl(feed, "feedControl0", options);

    }
    google.load("feeds", "1");
    google.setOnLoadCallback(load);
