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