$(function(){
	$("#announce").cycle({
		fx: 'fade', 
		timeout: 5000,
		speed: 3000,
		pause: 0
	});

	$("#announce a").facebox();
});