$(document).ready(function(){

	if($.cookie("gin") != "lane") {

		$('section#splash-background').css('display','block');

		$('#splash-background').click(function(){
			$(this).fadeOut();
		});

		$.cookie("gin", "lane", { expires: 0.003});

	}


	hs.showCredits = false;
	
	/**** Gallery page ********************************************************/

	
});
