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