$(document).ready(function() {
//default theme
  $('a.cluetip').cluetip({width: '205px', showTitle: false, positionBy: 'mouse'});
});

