$(document).ready(function(){
    $("#top").removeAttr("href");
    $("#top").click(function(event){$("html, body").animate({scrollTop:'0'}, 400, "easeOutQuad");});
});