$(function() {

	$('#tabs').tabs();

	$('#cycle_quotes').cycle({
		fx: 'fade',
		timeout: 8000
	});

});
