		$(document).ready(function(){

			$('img').parents('p').addClass('image');

			$('.post.link h4').append('&nbsp;&rarr;');

 		});