// JavaScript Document
$(function() {
		$("table")
			.tablesorter({widthFixed: true, widgets: ['zebra']});
	});
