var mygallery=new fadeSlideShow({
	wrapperid: "fadeshowone", //ID of blank DIV on page to house Slideshow
	dimensions: [439, 291], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/rotate/01.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/02.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/03.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/04.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/05.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/06.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/07.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/08.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/09.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/10.jpg", "/common/content.asp?PAGE=270", "", ""],
		["/images/rotate/11.jpg", "/common/content.asp?PAGE=270", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})