      function runTest() {
        vCarousel = new UI.Carousel("vertical_carousel", {direction: "vertical"});
      }
      Event.observe(window, "load", runTest);

