$(document).ready(function() {

  $('.sticky-local').cluetip({local: true, cluetipClass: 'jtip', 'sticky': true, 'hoverIntent': true, 'closePosition': 'title', closeText: '<img src="/cluetip/closebox.gif" alt="close" width="10" height="10" />'});
  
  $('.sticky').cluetip({cluetipClass: 'jtip', 'sticky': true, height: '200px', 'closePosition': 'title', closeText: '<img src="/cluetip/closebox.gif" alt="close" width="10" height="10" />'});
  
  $('.click-sticky').cluetip({cluetipClass: 'jtip', activation: 'click', 'sticky': true, height: '400px', 'closePosition': 'title', closeText: '<img src="/cluetip/closebox.gif" alt="close" width="10" height="10" />'});
  
  $('.hover-local').cluetip({local: true, cluetipClass: 'jtip', 'sticky': false, 'hoverIntent': true, positionBy: 'mouse', width: 225});
  
  $('.hover').cluetip({cluetipClass: 'jtip', 'sticky': false, 'hoverIntent': true, positionBy: 'mouse', width: 225});
  
});
