var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [665, 260], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-team-package.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=Team-Buy-In", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-full-dyes4.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=full-dye-sub-shirts", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-hyper-flare-pants.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=hyper-flares", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-team-package.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=Team-Buy-In", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-softball-jerseys2.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=jersey-shirts", "", ""],		
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-full-dyes2.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=full-dye-sub-shirts", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-softball-pants.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=in-stock-pants", "", ""],
        ["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-team-package.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=Team-Buy-In", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-full-dyes.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=full-dye-sub-shirts", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-softball-jerseys.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=jersey-shirts", "", ""],
		["http://www.roverplusnine.com/mm5/graphics/other-img/img-homepage-rewards.jpg", "/mm5/merchant.mvc?Screen=CTGY&Store_Code=softball&Category_Code=Free-Softball-Stuff", "", ""]
//		["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
//		["http://i30.tinypic.com/531q3n.jpg"],
//		["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."]
	],
	displaymode: {type:'auto', pause:6500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
//	wmode: "transparent"
})
