$(function() {
    $('a.tooltip').each(function() {
        $(this).tooltip({
            showURL: false,
            showBody: ' - '
        });
    });
});

