$(document).ready(function(){
	$("#box-utente-registrati").click(function(){
        window.location = window.location.protocol+"//"+window.location.hostname+$(this).attr("url");
    });
	$(".utente-logout").click(function(){
		$.log("click");
		c = confirm('Attenzione, il carrello sarà svuotato. Si vuole procedere?');
		if(c) {
		    m = $(this).metadata({type: 'html5', name: 'data'});
	        window.location = window.location.protocol+"//"+window.location.hostname+m['url'];
		}
    });
});
document.createElement("z");
