$(function() {
	$(".header").click(function() {
		document.location.href = "/";
	});
});
