path = "http://www.humebrophy.com/wp-content/themes/hb-2010"; var mygallery=new fadeSlideShow({ wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow dimensions: [599, 225], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ [path + "/images/abouthume_brophypic.jpg"], [path + "/images/media_public_relationspic.jpg"], [path + "/images/goverment_pic.jpg"], [path + "/images/ourclientspic.jpg"], [path + "/images/ourpeoplepic.jpg"], [path + "/images/contactuspic.jpg"]//<--no trailing comma after very last image element! ], displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 2000, //transition duration (milliseconds) descreveal: "ondemand", togglerid: "" })