// JavaScript Document
<!--
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [289, 396], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/home/01.jpg", "", "", ""],
		["/images/home/02.jpg", "", "", ""],
		["/images/home/03.jpg", "", "", ""],	
		["/images/home/04.jpg", "", "", ""]
		
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:500, cycles:0, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration:3500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""

})
//-->
