$(document).ready(function(){
    $('.ews_ue_event:first').addClass("firstchild");
    $('.ews_ue_event:last').addClass("lastchild");
}); 
