jQuery(document).ready(function() {
	$('.b_ParticipantList table.participants').tablesorter().find('th').wrapInner('<div class="sh"></div>');
});
