jQuery(function() {
	
	$('.entry').each( function() {
		$(this).find('p:not(:has(img)):eq(0)').addClass('firstline');
	});
	
	$('p').widont();
	
});