// JavaScript Document

$(document).ready(function() {
 $("body").ScrollToAnchors(300, 'easeout');
});
