var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow-index", //ID of blank DIV on page to house Slideshow
	dimensions: [1000, 525], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["rotator/images/index/index_1.jpg"],
		["rotator/images/index/index_2.jpg"],  
		["rotator/images/index/index_3.jpg"], 
		["rotator/images/index/index_4.jpg"], 
		["rotator/images/index/index_5.jpg"], 
		["rotator/images/index/index_6.jpg"], 
		["rotator/images/index/index_7.jpg"], 
		["rotator/images/index/index_8.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: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})













