jQuery(function() {
	jQuery('#billboard').cycle({
		fx: 'fade',
		timeout: 5000,
		speed: 'slow',
		pause: 1
	});
});
