$(document).ready(function() {
 
  $('a.jt').cluetip({
    cluetipClass: 'jtip', 
    arrows: true, 
    dropShadow: false,
    sticky: false,
    mouseOutClose: true,
    closePosition: 'title'
  });
 
});
