	
	$(document).ready(function() {
		
		
		$('#flashContent').cycle({ 
			fx:     'fade', 
			speed:  '500',
			
			timeout: 5000, 
			
		});		
	})




	
	
	
	



