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