  $().ready(function(){
	$(window).resize(function(){ if ($(window).width() <= 990) { window.jQuery("#header_tpclogo").css("width","970px"); } else { window.jQuery("#header_tpclogo").css("width","977px"); }});
	if (window.ArturoUserId) {
	  $(".unregistered_only").css("display","none");
	  $("#header_userbar").html('Bentornato, <a href="http://turistipercaso.it/u/'+window.ArturoUsername+'/" class="bold">'+window.ArturoNickname+'</a> | <a href="http://turistipercaso.it/u/u/logout/">Logout</a>');
	}
	$("#top_login_link").attr("href", $("#top_login_link").attr("href") + "?popup").click(ArturoOverlay);

  });
