jQuery().ready(function() {
     $('#pics').cycle({
		fx: 'fade',
		speed: 3000,
		timeout: 2000
	});
	$('#pics2').cycle({
					fx: 'fade',
					speed: 2000,
					timeout: 2000
				});

});
