// initiate jd gallery
function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: false,showCarousel: false, showInfopane: false, timed: true , delay: 8000,
					defaultTransition: "continuoushorizontal"
				});
			}
			window.onDomReady(startGallery);
