$(document).ready(function() {
  $('span[@title]').cluetip({splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip'});
});
