$().ready(function() {
	var aa = $('#detritus_flotsam');
	aa.cycle({
		fx: 'fade',
		speed: 2500,
		timeout: 3500,
		next: '#headerimages'
	});
});
