$(document).ready(function() {

$('a.showHover').cluetip({splitTitle: '|', arrows: true, dropShadow: true, cluetipClass: 'jtip'});

$('a.showHoverPage').cluetip({arrows: true, dropShadow: true});
 
$('a.showAndHold').cluetip({sticky: true,width: '450px', arrows: true, dropShadow: true}); 



 
});
  



