var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow_articles", //ID of blank DIV on page to house Slideshow
	dimensions: [450, 290], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/Content/directors/upimg/dir11655/images/vet_cup_2007_michigan_shooting_stars.jpg", "", "", "VET Cup 2007 Michigan Shooting Stars"],
		["/Content/directors/upimg/dir11655/images/img2.jpg", "#", "_new", "Image 2"],
		["/Content/directors/upimg/dir11655/images/greatlakes.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:5, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: "fadeshow_articles_toggler"
})

