$(function() {
        $("table tr:nth-child(even)").addClass("gray");
      });
