$(document).ready(function() {
  $("table tr:even").addClass("hlrow");
  $("table thead tr:even").addClass("hlhead");
  });
  