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