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