<script type="text/javascript">
(function($) {
$(document).ready(function(){
$('#ezServstats table.xlr').tablesorter({
sortList: [[0,0]],
textExtraction: function(node) { return node.getAttribute("sort") }
});
$('#ezServstats table.xlr [title]').tooltip();
});
})(jQuery);
</script>
<hgroup>
<h1>%top% $count</h1>
<h2>%topplayer%</h2>
</hgroup>
<br/>
<a style="float: right" href="$url" target="_blank">%allplayer_xlr%</a>
<div class="clear"></div>
<br/>
<table class="sort xlr">
<thead>
<tr>
<th>%position%</th>
<th>%name%</th>
<th>%kills%</div></th>
<th>%deaths%</th>
<th>%kdr%</th>
<th>%skill%</th>
<th title="%roundsplayed%"><div class="ezTexture" style="background-position: 0 0px"></div></th>
<th title="%killstreakbonus%"><div class="ezTexture" style="background-position: 0 0px"></div></th>
</tr>
</thead>
<tbody>$tr</tbody>
</table>