function load() {
      var feed ="http://www.usavolleyball.org/rss.xml";
      new GFdynamicFeedControl(feed, "feedControl");
      var sample1 = "http://picasaweb.google.com/data/feed/base/user/SIVBCMedia/albumid/5431242619211506225?alt=rss&kind=photo&hl=en_US";
      var sample2="http://picasaweb.google.com/data/feed/base/user/sivbcimages/albumid/5248574408969854161?alt=rss&kind=photo&authkey=7Kd_AN8v_Q0&hl=en_US";
      var options = {
        displayTime: 2000,
        transistionTime: 600,
        scaleImages : true
        //linkTarget : google.feeds.LINK_TARGET_BLANK
    };
      new GFslideShow(sample1, "slideshow", options);
}

google.load("feeds", "1");
        google.load("prototype", "1.6");
        google.load("scriptaculous", "1.8.1");
google.setOnLoadCallback(load);
