//start header gallery
function startGallery() {
	var myGallery = new gallery($('head'), {
	timed: true,
	showArrows: false,
	showCarousel: false
	});
}
//on load functions
window.onDomReady(startGallery);

