jQuery(function(){
  jQuery('a.top').click(function(){
    jQuery('body,html').animate({scrollTop:0},400);
  });	
});
