jQuery.noConflict();
  jQuery(function() {
    
  jQuery('#floatingbar').css({height: 0}).animate({ height: '38' }, 'slow');
  jQuery('.toolbarLink').tipsy({gravity: 's'});
   
    
  });
