// Javascript written by Tyler Mulligan
// http://www.detrition.net

$(document).ready(function() {

	// Sortable Tables
	$('table').tablesorter({sortList:[[0,0]], widgets: ['zebra']}); 
	
});
