jQuery(document).ready(function() {
   jQuery('.subscriberStats div').tipTip({
     keepAlive: true
   });
});

