$(document).ready(function() {

	$('.top').click(function(){ $(window).scrollTo( $('#wrapper'), 1000 ); });

});		  
	