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

