		//<script type="text/javascript">
			function startGallery() {
				var myGallery = new gallery($('myGallery'), {
				  defaultTransition: "fadeslideleft",
					timed: true,
               showArrows: true,
			      delay: 5000,
			      showCarousel: true,
			      showInfopane: false
			      
				});
			}
			startGallery();
			//window.onLoad(startGallery);
			window.onDomReady(startGallery);
		//</script>