(function($) {
  $(function() {
    $("h3#reply-title").append('<span class="wrappedCornerLeft"></span>');
	$("h3#comments-title").append('<span class="wrappedCornerLeft"></span>');
  });

})(jQuery);

