$(document).ready(function() {
			$('.action').cycle({
			fx: 'fade',
speed: 1000,
timeout: 2000
});
			});
