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