$(document).ready(function()
{
    $("table.stripes tr:nth-child(odd)").addClass("odd");
});