$(window).unload(function() {
	var dataString ='';
	$.ajax({   
		  type: "GET",   
		  url: "/common/resetReferer.asp",   
		  async:false,
		  error:function(xml){
			  alert('Si è verificato un errore nel reset della sessione');
		  }
	});  
	return false;
});

