// $Id: table_stripe.js,v 1.2 2009-11-16 22:42:44 jon Exp $
$(document).ready(function() {
  $("tr:nth-child(odd):not(.sub_header, .header)").addClass("odd");
});
