$(document).ready(function() {
	$("#layout-header-content div.logo").click(function() {
		location.href = BASE_URL + "/";
	});
});
