$(document).ready(function() {
	$('table.sortable tbody tr:odd').addClass('odd');
	$('table.sortable tbody tr:even').addClass('even');
});