$(document).ready(function(){
  $('.tourDateList li:nth-child(odd)').addClass('tourDateAlt');
});

