// JavaScript Document
$(function() {
	$(".top").scrollToTop({speed:500,ease:"easeOutQuad",start:200});
});
