jQuery(function(){
 jQuery('div.recent-excerpts:has(img)').each(function() {jQuery(this).find('p:last').addClass('with-thumb')});
});


