$(function(){
   $('ul li:first-child').addClass('first'); 
   $('ul li:last-child').addClass('last'); 
   $('.header_links table tr:last-child').addClass('last'); 
   $('#footer table td:first-child').addClass('first'); 
   
});
