$(function(){
    $('table.table01 tr:even').addClass('bg_even'); // s
    $('table.table01 tr:odd').addClass('bg_odd');   // s
});
