		$(document).ready(function() {
			// people nav
			var path=location.pathname.substring(1);
			$('#peoplenav li a[@href$="' + path + '"]').addClass('active');

		});

