// JavaScript Document
// Banner Rotations


var mygallery0=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [970, 182], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		 ["/homerotation/01a.png", "", "", ""],
		 ["/homerotation/01b.png", "", "", ""],
		 ["/homerotation/01c.png", "", "", ""],
		 ["/homerotation/01d.png", "", "", ""],
		 ["/homerotation/01e.png", "", "", ""],
		 ["/homerotation/01f.png", "", "", ""],
		 ["/homerotation/01g.png", "", "", ""],
		 ["/homerotation/01h.png", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

