$("document").ready(function() {			
$('.backtop').click(function(){
$('html, body').animate({
scrollTop: $("#top").offset().top
}, 2000);});});
