// JavaScript Document
$(document).ready(function() {
	    $('body').ScrollToAnchors(800);
    }
);
