/*
 * jQuery setting
 */
 
 $(document).ready(function() {
 $("body").ScrollToAnchors(800);
});

