jQuery( function($) {
	$("#slogan").click(function(){window.location.replace("./");});
	$("#slogan").css("cursor","pointer");
});