$(document).ready(function(){
	$("div#logo").bind("click", function(){
		document.location.href = "http://slusk.nu";
	});
});
