$(document).ready(function() {
$('a.basic').cluetip({width: 500, ajaxCache: true,  showTitle: true, arrows: true, cursor: 'pointer', cluetipClass: 'rounded', dropShadow: false});
  });


