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