$(function() {
    $('.this_tooltip').tipsy({
        delayOut: 100,
        html: true,
        fade: true,
        offset: 3,
        opacity: 0.9,
        gravity: 'se'
    });
});
