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