$(document).ready(function(){
	$('.up').click(function(e){
		$.scrollTo( this.hash || 0, 1000);
		e.preventDefault();
	});
});
