$(function() {
    $('.this_tooltip').tipsy({
        delayOut: 100,
        html: true,
        fade: true,
        gravity: 's'
    });
});
