$(function() {
  $( "table.sche-tb tr:odd" ).addClass( "oddline" );
  $( "table.sche-tb tr:even" ).addClass( "evenline" );
});
