var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [757, 267], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/new/img01.jpg", "", "", ""],
		["/images/new/img02.jpg", "", "", ""],
		["/images/new/img04.jpg", "", "", ""],
		["/images/new/img07.jpg", "", "", ""],
		["/images/new/img08.jpg", "", "", ""],
		["/images/new/img09.jpg", "", "", ""],
		["/images/new/img10.jpg", "", "", ""],
		["/images/new/img11.jpg", "", "", ""],
		["/images/new/img12.jpg", "", "", ""],
		["/images/new/img13.jpg", "", "", ""],
		["/images/new/img14.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
});