$(document).ready(function() {
    $('.tooltip').tipsy({gravity: 'w', fade: true, html: true});    
});
