$(function(){    $('table tr:even').addClass('even');    $('table tr:odd').addClass('odd');});
