/*
Content-Type: text/javascript
*/

$(function() {
    $("tbody tr:odd").addClass("odd");
});