    var translideshow1 = new translideshow({
        wrapperid: "myslideshow", //ID of blank DIV on page to house Slideshow
        dimensions: [640, 480], //width/height of gallery in pixels. Should reflect dimensions of largest image
        imagearray: [
		["frontPageImages/(1).jpg?r=634636904828853096", "MemberRewards.aspx", "_self"], //["image_path", "optional_link", "optional_target"]
		["frontPageImages/(2).jpg?r=634636904828853096~2"],
		["frontPageImages/(3).jpg?r=634636904828853096", "http://www.youtube.com/user/RocaFitnessOfficial", "_new"],
		["frontPageImages/(4).jpg?r=634636904828853096~4"],
		["frontPageImages/(5).jpg?r=634636904828853096", "http://www.epfitness.com/GuestPass.aspx", "_new"] //<--no trailing comma after very last image element!
	],
        displaymode: { type: 'auto', pause: 4000, cycles: 33, pauseonmouseover: false },
        orientation: "h", //Valid values: "h" or "v"
        persist: true, //remember last viewed slide and recall within same session?
        slideduration: 600 //transition duration (milliseconds)
    })


