jQuery(window).load(function(){
	jQuery("#discussion_comments .forumcomment .commentbody img").each(function(){
	
		if (jQuery(this).attr('width')>460) {
			jQuery(this).addClass('resized_image');
		}
		jQuery(this).addClass('show');
	});
});
