
$(document).ready(function() {

 // Apply cluetip(tooltip) to all "a.helper"
 $('a.helper').cluetip( {cluetipClass: 'rmb'} );

});