my $content = &GetNewsToDisplay( $news_lang, $library );
return {
if( @$content ){
content => $content,
location => $display_location,
blocktitle => $blocktitle
};
} else {
return 0;
}
1;
-