jQuery(document).ready(function($) {

  $('.content table tr:nth-child(2n+1)').addClass('odd');
  
});;

