// Table striper for alt row colors
jQuery(function(){
  jQuery("table.stripe tr:even").addClass("altColor");
});
