// JavaScript Document

  function LoadSlideShow() {
    var feed  = "http://luxnail.net/headline/headline.rss";
    var options = {displayTime:5000, transistionTime:1000, scaleImages:true};
    var ss = new GFslideShow(feed, "slideShow", options);
  }
  /**
   * Use google.load() to load the AJAX Feeds API
   * Use google.setOnLoadCallback() to call LoadSlideShow once the page loads
   */
  google.load("feeds", "1");
  google.setOnLoadCallback(LoadSlideShow);