$(document).ready(function() {
	$("ul.primary_nav li:last-child, #footer_two ul li:last-child").addClass('last_child');
});
