
  $(function() {
    
    $('img[rel=tipsy]').tipsy({gravity: 'w', html: true});
    
    
    
  });

