function LoadSlideShow() {
var feed  = "http://www.thekeyworddirectory.com/photo_feed.xml";
var options = {displayTime:1500, transistionTime:600, scaleImages:true, linkTarget:google.feeds.LINK_TARGET_BLANK};
var ss = new GFslideShow(feed, "slideShow", options);
}
google.load("feeds", "1");
google.setOnLoadCallback(LoadSlideShow);
