var mygallery=new fadeSlideShow({
	wrapperid: "main_ss", //ID of blank DIV on page to house Slideshow
	dimensions: [441, 308], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		
		["stud_ss.png","http://www.berrycenter.net/stud.html","",""],
		["cf_fam_fest_10.png","http://www.cyfairfamilyfest.com/","",""],
		["bdss_bombay.png","https://t1.clicknprint.com/tix/SilverStream/Pages/pgIndex.html?siteID=2773&EventID=25531","","Sunday, October 10th"],
		["winterslam_10.png","http://www.ksbj.org/details_special_events.php?Id=325&banner&Ban=206","","Tickets On-Sale Now!"]//<--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: "ondemand",
	togglerid: "slideshowtoggler"
})

// JavaScript Document