 $(document).ready(function() {
   $("ul.articleList li:last-child").addClass("lastChild");
 });
