$(document).ready(function() {

  $('a.load-local').cluetip({local:true, hideLocal: true, sticky: true, arrows: true, cursor: 'pointer', cluetipClass: 'rounded', dropShadow: false, showtitle: false, positionBy: 'mouse'});


});

