$(document).ready(function() {
	$('#header-news').jcarousel({ 
		visible: 1,
		auto: 5,
		scroll: 1,
		animation: 1000,
		wrap: "circular"
	});

	$('#sidebar-quotes').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:  6000
	});
});
