$(function() {
	$("a img").each(function() {
		$(this).parent().addClass("image");
	});
});