// jquery,scroll config
$(document).ready(function() {
 $("body").ScrollToAnchors(800,'easeout');
});
