var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [728, 90], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/wp-content/themes/default/images/home/banner/allsouthleaderboard.jpg", "http://www.myallsouth.com/", "_blank", ""],
		["/wp-content/themes/default/images/home/banner/walton.jpg", "http://www.facebook.com/VisitSouthWalton", "_blank", ""],
		["/wp-content/themes/default/images/home/banner/BMETRO_728_90.gif", "http://www.rossbridge.com/?utm_source=BMETRO_728-90&utm_medium=BMETRO&utm_content=728-90_VOTED-BEST-COMMUNITY&utm_campaign=VOTED-BEST-COMMUNITY", "_blank", ""],
		["/wp-content/themes/default/images/home/banner/servis1st.jpg", "http://www.servisfirstbank.com/index.cfm?fuse=mortgage", "_blank", ""],
		["/wp-content/themes/default/images/home/banner/clarkleaderboard.jpg", "http://clarkantiquesgallery.com", "_blank", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
