document.observe('dom:loaded', function() {
    dyn = new DynamicSlideShow("#slideshow .right .title a", "#slideshow .left", "vendors/latestEvents.php");
    carousel = $$('div.carousel')[0];
    new UI.Carousel(carousel, { 'scrollInc': 1 });
    carousel2 = $$('div.carousel')[1];
    new UI.Carousel(carousel2, { 'scrollInc': 1 });
});