var supersleight=false;

function init(){
	if(supersleight){supersleight.init();}
}//init

function runTest() {
        hCarousel = new UI.Carousel("horizontal_carousel");
        }
Event.observe(window, "load", runTest);