$(document).ready(function(){
	$("#head").click(function() {
		window.location.href = "/";
	});
});