$(function() {
	
	$img = $('.post p img');
	$img.wrap('<span class="center" />').parent().next().remove();
	
});
