jQuery(function() {
	jQuery('.backup').click(function(){
		jQuery('html, body').animate({scrollTop:0}, 'slow'); 
	}); 
});
