var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [672, 270], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/img_rotate-01-a.jpg", "http://www.alabamanonprofits.org/legislative-updates.php"],
		["/images/img_rotate-02-a.jpg", "http://www.alabamanonprofits.org/2012-nonprofit-summit.php"],
		["/images/img_rotate-08.jpg", "http://www.alabamanonprofits.org/not-for-profit-group-online-trainings.php"],
		["/images/img_rotate-05.jpg", "https://birmingham.swoup.com/participate/"]   //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:9500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

