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