//This is all the JavaScript for the pages excluding all fades and the intro to the site
$(document).ready(function(){
	$('#aboutContainer').localScroll({easing:'easeOutElastic'});
});