
$(document).ready(function() {
  $('a.tips').cluetip();  
  $('a.load-local').cluetip({local:true, showTitle: false});
  $('a.custom-width').cluetip({width: '200px', showTitle: false}); 
});



