  $(document).ready(function(){
   try {							 
   $('.tooltip').tooltip();
   } catch(e) {
   }
  });
