/* ----- suckerfish code ----- */

			function startGallery() {
				var myGallery = new gallery($('myGallery'), {
					timed: true,
					showArrows: true,
					showCarousel: false,
					embedLinks: true,
					showInfopane: false,
					delay: 5000
				});
			}
			window.onDomReady(startGallery);
