
$(document).ready(function() {


  $('a.nd').cluetip({
    hoverClass: 'highlight',
    splitTitle: '|',
    sticky: false,
//    arrows: true,
//    tracking: true,
    closePosition: 'bottom',
    closeText: '<img src="cross.png" alt="close" width="16" height="16" />'
  });

});





