CarmichaelOptical = Class.create({
    initialize: function() {
        //if ($('rotator')) {
            //var carousel = new Carousel($('rotator'), $$('.slide'), [], { auto: true, frequency: 7, duration: 1.5 });
        //}
    }
});

document.observe("dom:loaded", function() {
    app = new CarmichaelOptical();
});