ITV.home = function() {
	$("article.trending ul").jcarousel({
		auto: 3,
		animation: 1500,
		easing: "swing",
		wrap: "circular"
	})
	$("ul.feed").startFeed()
}
