#################################################################
## Get News infor for one item
#################################################################
sub print_update_news_block{
my $ID = shift;
my $color = shift;
my %news_info = get_news_info($ID);
my ($date, $time) = split(/\s+/,$news_info{"Date"});
my $date = convert_date_to_display($date);
$news_info{"News"} =~ s/
/\n/g;
print <<__HTML__;