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