﻿    function load() {

      var feed = [
       {title:'外構とお庭づくりのタネ',
        url:'http://www.expark.jp/esp/?feed=rss2'}];

  var options = {
    numResults : 3,
    stacked : true,
    title: "外構とお庭づくりのタネ",
    displayTime : 7500,
    fadeOutTime : 750,
    linkTarget : google.feeds.LINK_TARGET_BLANK
  }
  new GFdynamicFeedControl(feed, "feedControl2", options);

    }
    google.load("feeds", "1");
    google.setOnLoadCallback(load);
