//jQuery.noConflict();

$(document).ready(function(){
     $("table.zebra tr:nth-child(odd)").addClass("odd");
});
