﻿    function load() {

      var feed = [
       {title:'お庭と外構のお手入れＱ＆Ａ',
        url:'http://www.expark.jp/mtn/?feed=rss2'}];

  var options = {
    numResults : 3,
    stacked : true,
    title: "お手入れＱ＆Ａ更新状況",
    displayTime : 7500,
    fadeOutTime : 750,
    linkTarget : google.feeds.LINK_TARGET_BLANK
  }
  new GFdynamicFeedControl(feed, "feedControl1", options);

    }
    google.load("feeds", "1");
    google.setOnLoadCallback(load);