
var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "myslideshow", //unique ID for this slideshow
	wrapperclass: "flashclass", //desired CSS class for this slideshow
	imagearray: [
		["images/slide1.gif", "", "", ""],
		["images/slide3.gif", "", "", ""],
		["images/slide2.gif", "", "", ""],
            ["images/slidestaff.gif", "", "", ""],
            ["images/slide4.gif", "", "", ""],
            ["images/slide5.gif", "", "", ""]
            ],
	pause: 4000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})
