$(document).ready(function(){
    $('#anunturi a').cluetip({
        splitTitle: '|', 
        arrows: true, 
        dropShadow: true
    });
});