// javaScript Döcument

$(document).ready(function()
{
	$("table#roster").tablesorter();
});