$(document).ready(function(){

	$("#nav ul li:last-child").addClass("current-menu-item");
	$("#mainContent p:last-child").addClass("last");
	$("#footer p:last-child").addClass("last");
	$("#footer p:first-child").addClass("first");
	$("table tbody tr:first-child").addClass("label");

});

