// JavaScript Document

$(document).ready(function(){
  ('#catTree li:nth-child(odd)').addClass('alternate');
});

