var mygallery=new fadeSlideShow({
	wrapperid: "tvccHomeShow", //ID of blank DIV on page to house Slideshow
	dimensions: [372, 152], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/top_picture_7.jpg"],
		["/images/top_picture_1.jpg"],
		["/images/top_picture_2.jpg"],
		["/images/top_picture_3.jpg"],
		["/images/top_picture_4.jpg"],
		["/images/top_picture_5.jpg"],
		["/images/top_picture_6.jpg"]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 750, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
