
(function($) {
  $.fn.bosHotlink = function() {
    $(this).cluetip({
              splitTitle: '|',
              closePosition: 'title',
              cluetipClass: 'hotlink',
              clickThrough: true,
              arrows: true,
              dropShadow: false,
              mouseOutClose: true,
              hoverIntent: {
                sensitivity: 6,
                interval: 50
              }
            });
  }
//              sticky: true
//              cluetipClass: 'jtip'
})(jQuery);