$(document).ready(function(){$(".buttonLink").click(function(){var href = $(this).attr("rel");if(href == "#top"){top=0;}else{var top = $(href).offset().top;if(top > 0){top = top-70;}}$('html,body').animate({scrollTop: top}, 500);});});
