$(document).ready(function() {
  $('ol:first a').cluetip({tracking: true});
});
