var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [600, 450], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.henshawchristianchurch.org/image/welcome.jpg", "", "", ""],
		["http://www.henshawchristianchurch.org/image/worshipwithus.jpg", "", "", ""],
		["http://www.henshawchristianchurch.org/image/kidsbored.jpg", "", "", ""],
		["http://www.henshawchristianchurch.org/image/community.jpg", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})
