$(function() {
   $('ul.event-list li:last-child').addClass('last');
});


