$(function() {  
	$('#billetsHeader').cycle({
		fx:    'fade', 
		delay: 2000
		});
	
});  
