jQuery(document).ready(function($) {
	    $.localScroll(); // $() will work as an alias for jQuery() inside of this function
	});
	
