jQuery(document).ready(function() {
jQuery("table.striped tbody tr:odd").addClass("alt");
});
