$('#navbar ul li a').bind('click', function(e) {
e.preventDefault(); $('html, body').animate({ scrollTop: $(this.hash).offset().top -690 }, 300); // edit: Opera requires the "html" elm. animated
});