$(function(){
$(".gotop a").click(function(){
$('html,body').animate({scrollTop:$($(this).attr("href")).offset().top},'fast' ,'linear');
return false;
});
});
jQuery.easing.quart = function (x, t, b, c, d) {
    return -c * ((t=t/d-1)*t*t*t - 1) + b;
};
	
	

