jQuery(function(){
    jQuery('*[rel=tooltip]').tooltip({
        track: true,
        extraClass: 'dh_tooltip',
        showURL: false
    }).css('cursor', 'help')
        .filter('a').css('cursor', 'pointer');
});

