// Table striping
$(document).ready(function(){ $('table:not([class="noborder"]) tr:not([th]):even').addClass('even'); });
