$(document).ready(function(){
	$('.back2Top').click(function(){
		$('html, body').animate({scrollTop: '0'}, 2000 );
		return false;
		})	;
	});
