$(function(){
    
    $('#homepage_featured p').eq(0).addClass('first-child');

});

