$(function(){
	

	
	//initialize the navigation full page scroll
	//just requires a link to an anchor, and a named anchor where the scroll goes to
	$('ul#nav li').localScroll({
							hash: true,
							reset: true
	});
	
	
	
});

