$(document).ready(function(){										 

	$('#flash').cycle({ 
			fx:    'fade', 
			speed:  4000
	 });
										 

});