$.fn.cluetip.defaults.tracking = true;
$(document).ready(function() {
  $('a.title').cluetip({splitTitle: '|',width:'400px'});
});

