// JavaScript Document
var mygallery=new fadeSlideShow({   
 wrapperid: "presentation", //ID of blank DIV on page to house Slideshow   
 dimensions: [650, 200], //width/height of gallery in pixels. Should reflect dimensions of largest image
      imagearray:  [     
      ["images/new-year.jpg", "http://jbarrick.thesgr.hop.clickbank.net/?des=products/special/new-year", "", ""],    
      ["images/sgr-learnmore.jpg", "http://jbarrick.thesgr.hop.clickbank.net/?des=special/impression-of-increase/", "", ""], 
      ["images/seasonal.jpg", "http://jbarrick.thesgr.hop.clickbank.net/?des=special/seasons-video/", "", ""],
      ["images/lessons.jpg", "http://jbarrick.thesgr.hop.clickbank.net/?des=online/lessons/", "", ""],
      ["images/sgr-main.jpg", "http://jbarrick.thesgr.hop.clickbank.net/", "", ""]// <--no trailing comma after very last image element!   
      ],
      displaymode: {type:'auto', pause:5100, cycles:0, wraparound:false},   
  persist: false, //remember last viewed slide and recall within same session?   
  fadeduration: 2000, //transition duration (milliseconds)  
  descreveal: "ondemand",
  togglerid: ""
  })

