$(document).ready(function() {
	
	// Fix the a/img problem
	$(".content a > img").each(function() {
		$(this).parent().addClass('linkedImage');
	});

});
