
$(function() {
    $("#toTop").scrollToTop({speed:1000,ease:"easeOutExpo",start:100});
});
