window.onload = function(){
    jQuery("tr:nth-child(odd)").addClass("odd");
};
