// jquery.scroll
$(function() {
	$("#toTop").scrollToTop();
	$('.top').scrollToTop();
});