$(document).ready(function() {
	// Stuff to do as soon as the DOM is ready;

	$('.content a > img').parent().addClass('linkedImage');
});
