var flashyshow=new flashyslideshow({ // create instance of slideshow
        wrapperid: "myslideshow", // unique ID for this slideshow
        wrapperclass: "flashclass", // CSS class for this slideshow
        imagearray: [
                ["images/slideshow/1.jpg", "", "", ""],
                ["images/slideshow/2.jpg", "", "", ""],
                ["images/slideshow/3.jpg", "", "", ""],
                ["images/slideshow/4.jpg", "", "", ""]
        ],
        pause: 6000, // pause between content change (millisec)
        transduration: 800 // duration of transition (affects only IE users)
})
