﻿//turn into object
function Carousel()
{
	$('#carousel_home').cycle({ fx: 'fade', speed: 1200 });
	$('#carousel_home').css('display', 'block');
	$('#carousel_home_nonjs').hide();
	
	//hook up the events for the GA event tracking on the homepage carousel
	tracking.RegisterClick('.carousel-element > a[href="/order_weaning_plan"]', ['_trackEvent', '5 step weaning plan', 'Promo Links', 'Get your free 5 step weaning plan – Main homepage promo']);
}

