$(function(){
	$("#logo").click(function(){
		location.href="http://"+location.hostname;
	});
});
