$('#top').click(function() {  
    $(document).scrollTo(0,500);  
} 
