$(document).ready(function(){
	$("#splash").click(function(){
		window.location="/blog";
		return false;
	});
});