$(document).ready(function() {
        $('a[class^=rounded]').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false, arrows: true, width:465});
}); 

