	function startGallery() {
			var myGallery1 = new gallery($('header'), {
			timed: true,
			showArrows: false,
			showInfopane: false,
			showCarousel: false,
			embedLinks: false,
			fadeDuration: 1000,
			delay: 10000,
			useThumbGenerator: false
		});
		
	}
	window.onDomReady(startGallery);
