jQuery(document).ready(function(){
	jQuery('li:odd').addClass('odd');
});

