$(document).ready(function() {  
    $('#foot ul li:first-child').addClass('firstChild');  
});
