$(document).ready(function() {
	$('#rotation').cycle({
		fx: 'fade',
		timeout: 5000,
		speed: 3500
	 });
	$('#sidebar_pics').cycle({
		fx: 'fade',
		timeout: 9000,
		speed: 2000
	 });
}); 
