$(document).ready(function(){
	$("#header-photo").click(function() {
		window.location = "/home";
	});
});
