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