$(document).ready(function(){
	
	$(".entry p img").load(function(){
		$(this).parent("p").addClass("centred");
	});

});
