// When the page is ready
   $(document).ready(function(){
     $("ol.cf-ol li").addClass("woho");
      });

