$(function() {
	$('#header').cycle({ 
		fx:     'fade', 
		speed:   2000, 
		timeout: 4000, 
		next:   '#s3', 
		pause:   1 
	});
});