﻿$(document).ready
(
function () {
    $('a.Livello').cluetip({ splitTitle: '|' });
}
);
