$(document).ready(function() {
	$('#w1').cycle({ 
	    timeout: 3000, 
	    speed: 1500
	});
	$('#w2').cycle({ 
	    timeout: 2500, 
	    speed: 1500
	});
	$('#w3').cycle({ 
	    timeout: 4000, 
	    speed: 2500
	});
	$('#t1').cycle({ 
	    timeout: 3000, 
	    speed: 2000
	});
	$('#t2').cycle({ 
	    timeout: 3350, 
	    speed: 1200
	});
	$('#t3').cycle({ 
	    timeout: 5500, 
	    speed: 2500
	});
});
