// JavaScript Document



$(document).ready(function() {

 $("body").ScrollToAnchors(1000, 'easeout');

});
