$(document).ready(function() {

	// Fix the a/img problem
	$(".content a > img").parent().addClass('linkedImage');

	// Also see http://docs.jquery.com/Selectors for more

});
