function initHomepage() {
	// Create Carousels
	if ($('spotlight-scroller') ) {
		new Carousel(
			$('spotlight-scroller'), $$('#spotlight-scroller .slide'), 
			$$('div.positive-deviant a.carousel-jumper', 'div.positive-deviant a.carousel-control'), 
			{ duration: .75, frequency: 15, resumeFrequency: 5, selectedClassName: 'selected', auto: true }
		);
	}
	// Create Fabtabs
    if ($('spotlight-toc') ) {
        new Fabtabs('spotlight-toc');
    }
	if ($('course-toc') ) {
        new Fabtabs('course-toc');
    }
};

