(function($) {
  $(document).ready(function() {
    $("div.striped div:even").addClass("stripe");
  });  
})(jQuery);