$(document).ready(function() {
	if ($('body.node-type-page').length || $('body.node-type-webform').length) {
		$('#content p:first').addClass('lead');
	}
	
	if ($('body.section-updates').length) {
		$('a.menu-1-5-2').addClass('active');
	}

});