$(function() {
	$.include('/t/huntley/js/jquery.cycle.js', function() {
		$('#carousel').cycle();
	});
});