$(document).ready(function(){

/*
	// Sub-Nav Links
	$("a[href='#directions-parking']").click(function() {
		$('html').animate({ scrollTop: $("#directions-parking").offset().top}, 'slow');
		return false;
	});
	
	$("a[href='#opportunities']").click(function() {
		$('html').animate({ scrollTop: $("#opportunities").offset().top}, 'slow');
		return false;
	});
	
	$("a[href='#ftp-login']").click(function() {
		$('html').animate({ scrollTop: $("#ftp-login").offset().top}, 'slow');
		return false;
	});
*/
});

