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