$().ready(function() {
   $('span.tooltip').ToolTip({position: 'mouse'});

   
   
});
