//        Navigation
        ddsmoothmenu.init({
            mainmenuid: "smoothmenu1",
            orientation: 'h',
            classname: 'ddsmoothmenu',
            contentsource: "markup"
        })
//         Slideshow
         var mygallery = new simpleGallery({
            wrapperid: "simplegallery1",
            dimensions: [196, 200],
            imagearray: [
            ["Images/Reporters/cheryl_200x200.jpg", "", "", "Hi im Cheryl!"],
		    ["Images/Reporters/glenda_200x200.jpg", "", "", "Hi im Glenda!"],            
            ["Images/Reporters/michael_200x200.jpg", "", "", "Hi im Michael!"],
            ["Images/Reporters/neil_200x200.jpg", "", "", "Hi im Neil!"],
            ["Images/Reporters/shirly_200x200.jpg", "", "", "Hi im Shirly!"]
	    ],
            autoplay: [true, 2500, 2],
            persist: false,
            fadeduration: 500,
            oninit: function () {
            },
            onslide: function (curslide, i) {
            }
        })
