var mygallery3=new fadeSlideShow({
wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
dimensions: [248, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
			["images/slideshows/home/image2.jpg", "", "", "Another new machine installed"] //<--no trailing comma after very last image element!
		],
displaymode: {type:'auto', pause:2500, cycles:1, wraparound:false, randomize:false},
persist: true, //remember last viewed slide and recall within same session?
fadeduration: 1000, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
