function load() {
      var samples = "http://www.kobe-joho.com/header.rss";
      var options = {
        linkTarget : google.feeds.LINK_TARGET_SELF,
        fullControlPanel : true
      };
      new GFslideShow(samples, "sampleSlideshow", options);
      options = {
        displayTime: 6000,
        transistionTime: 500,
        scaleImages: true,
        linkTarget : google.feeds.LINK_TARGET_BLANK
      };
    }
    google.load("feeds", "1");
    google.setOnLoadCallback(load);

