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