function colora_ceamnews(){
	$('#ceamnews').css({'color': 'yellow', 'font-weight': 'bold'});//.addClass('colora_link_ceamnews');
	setTimeout("scolora_ceamnews()", 1000);
}
function scolora_ceamnews(){
	$('#ceamnews').css({'color': 'white', 'font-weight': ''} );//$('#ceamnews').removeClass('colora_link_ceamnews');
	setTimeout("colora_ceamnews()", 10000);
}
 
