// Gestione blank

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

