
var flashyshow=new flashyslideshow({ //create instance of slideshow
	wrapperid: "myslideshow", //unique ID for this slideshow
	wrapperclass: "flashclass", //desired CSS class for this slideshow
	imagearray: [
		    ["img/topbg1.gif", "", "", ""],
		    ["img/topbg2.gif", "", "", ""],
		    ["img/newpic3.gif", "", "", ""],
		    ["img/newpic5.gif", "", "", ""],		
            ["img/newpic2.gif", "", "", ""],
            ["img/newpic6.gif", "", "", ""],
            ["img/newpic4.gif", "", "", ""],
            ["img/newpic7.gif", "", "", ""],
            ["img/topbg6.gif", "", "", ""]
            
	],
	pause: 4000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})
