$(function() {


	$('#sidebar .cycle').cycle({
	});
	
	$('#background').cycle({
		timeout: 3000,
		speed: 3000
	});
	
});

