$(document).ready(function(){
  $("tr:not(:first):even").addClass('even');
});

