$(document).ready(function() {
	$('#logo-link').click(function() {
		document.location = '/';
	});
});
