
  function load() {
    var feed ="http://tour.tabitama.co.jp/rss/newtour_a13.xml";
    var options = {
      numResults : 7,
      displayTime : 5000,
      linkTarget : google.feeds.LINK_TARGET_BLANK
    }
    new GFdynamicFeedControl(feed, "feedControl", options);

  }
  google.load("feeds", "1");
  google.setOnLoadCallback(load);

