// JavaScript Document
  			
        function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: true,
					delay: 9000,
					showCarousel: false
				});
			}
			window.onDomReady(startGallery);