			var myGallery;
			function startGallery() {
			myGallery = new gallery($('myGallery'), {
			timed: false,
			showInfopane: true,
			embedLinks: false,
			useHistoryManager: true,
			delay: 12000
			});
			myGallery.clearTimer();
			HistoryManager.start();
			}
			window.onDomReady(startGallery);

