document.observe('dom:loaded', function() { 
  $$('.zebra-list li:nth-child(odd)').invoke('addClassName', 'odd'); 
  $$('.blueBox .inside p:nth-child(odd)').invoke('addClassName', 'off'); 
  $$('.blueBox .inside ul li:nth-child(odd)').invoke('addClassName', 'odd'); 
});