var mygallery=new fadeSlideShow({
	        wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	        dimensions: [1000, 700], //width/height of gallery in pixels. Should reflect dimensions of largest image
	        imagearray: [
		        ["images/body_bg1.jpg"],
		        ["images/body_bg2.jpg"],
		        ["images/body_bg3.jpg"],
		        ["images/body_bg4.jpg"],
		        ["images/body_bg5.jpg"],
		        ["images/body_bg6.jpg"],
		        ["images/body_bg7.jpg"],
		        ["images/body_bg8.jpg"],
		        ["images/body_bg9.jpg"],
		        ["images/body_bg10.jpg"],
		        ["images/body_bg11.jpg"],
		        ["images/body_bg12.jpg"],
		        ["images/body_bg13.jpg"],
		        ["images/body_bg14.jpg"],
		        ["images/body_bg15.jpg"],
		        ["images/body_bg16.jpg"],
		        ["images/body_bg17.jpg"],
		        ["images/body_bg18.jpg"],     
		        ["images/body_bg19.jpg"] //<--no trailing comma after very last image element!
	        ],
	        displaymode: {type:'auto', pause:6000, cycles:0, wraparound:false, randomize:true},
	        persist: false, //remember last viewed slide and recall within same session?
	        fadeduration: 600, //transition duration (milliseconds)
	        descreveal: "ondemand",
	        togglerid: ""
        })
        
        
        
