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