$("#content li").wrapInner($("<span class='content-li-text'></span>"));
function commentreplyto (author) {
	$('textarea#comment').val($('textarea#comment').val()+'@'+author+': ');
	$('textarea#comment').focus();
}
$('#content ul,#content ol').addClass('list');
$('#footer small:has(a[href*="header"])').remove();
