//Transition Pictures


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/yoga.jpg", "", "", ""],
       ["images/child classes1.jpg", "", "", ""],
       ["images/child classes2.jpg", "", "", ""],
         ["images/shapewatch.jpg", "", "", ""]
], 
	pause: 6000, //pause between content change (millisec)
	transduration: 1000 //duration of transition (affects only IE users)
})

//       ["images/pk3.jpg", "", "", ""],
// 	   ["images/pk1.jpg", "", "", ""],
