// settings for footer panel events calendar tooltip (cluetip)
$(document).ready(function() {

// jTip theme
  $('a.jt').cluetip({
    cluetipClass: 'jtip', 
    arrows: false, 
    dropShadow: false,
    sticky: true,
    mouseOutClose: true,
    closePosition: 'inner',
    closeText: '<img src="'+$abs+'_graphics/cluetips/cross.png" alt="close" />'
  });
});