
$(document).ready(function() {

  $('#callback').cluetip({activation: 'click', sticky: true,arrows: true, width: 450});  
   $('a.abm_highlight').cluetip({splitTitle: '|',arrows: true});
});
  



