// Gestione blank
$(document).ready(function() {
	$("a[rel='blank']").attr("target", "_blank");
});

