$(document).ready(function(){

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