function startGallery() {var myGallery = new gallery($('myGallery'), {timed: true,showArrows: true,showCarousel: false,embedLinks: true});document.gallery = myGallery;}window.onDomReady(startGallery);
