var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [730, 554], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/picrotation-index/picrotation-index-6102.jpg", "", "", ""],
		["images/picrotation-index/picrotation-index-6107.jpg", "", "", ""],
		["images/picrotation-index/picrotation-index-6418.jpg", "", "", ""],
		["images/picrotation-index/picrotation-index-6422.jpg", "", "", ""],
		["images/picrotation-index/picrotation-index-fileoscar.jpg", "", "", ""],
		["images/picrotation-index/picrotation-index-filestuff.jpg"],
		["images/picrotation-index/picrotation-index-halibutstuffed.jpg"],
		["images/picrotation-index/picrotation-index-lambapp.jpg"],
		["images/picrotation-index/picrotation-index-lobs.jpg"],
		["images/picrotation-index/picrotation-index-porkchop.jpg"],
		["images/picrotation-index/picrotation-index-prib.jpg"],
		["images/picrotation-index/picrotation-index-saladbar.jpg"],
		["images/picrotation-index/picrotation-index-salmon.jpg"],
		["images/picrotation-index/picrotation-index-shco.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})