$(document).ready(function() {
	$(".headerLogo").click(function() {
		window.location = '/index.html';
	});
});