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

