// JavaScript Document
$(document).ready(function() {
	
	// scrolling within the page
	$.localScroll().scrollTo();
	
});
