$(document).ready(function() {
    $('#imageheader').cycle({
		fx: 'fade',
		speed:   4000,
		timeout: 2000,
		delay:  0,
	});
});
$(document).ready(function() {
    $('#breakout').cycle({
		fx: 'fade',
		speed:   4000,
		timeout: 600,
		delay:  0,
	});
});
