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_demo/plane1.jpg", "", "", ""],
		["images_demo/plane2.jpg", "", "", ""],
		["images_demo/bus1.jpg", "", "", ""],
		["images_demo/bus2.jpg", "", "", ""],
                ["images_demo/train.jpg", "", "", ""]
                
	],
	pause: 2000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})

