
$(document).ready (function(){
$('table.zebra tr:nth-child(even)').addClass("even");

							}
);


