// JavaScript Document
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/random/random_1.jpg"],
		["images/random/random_2.jpg"],
		["images/random/random_3.jpg"],
		["images/random/random_4.jpg"]
	],
	pause: 5000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})