$(document).ready(function() {
  $('#header-navbar li').mousemove(function() { $(this).attr('style', 'opacity: 0.85'); });
  $('#header-navbar li').mouseout(function() { $(this).removeAttr('style'); });
  $('#s').click(function() { $(this).val(''); });
  $('#header-logo').simpletooltip();
  $('#header h1 a').simpletooltip();
});
