C4::NewsChannels - Functions to manage OPAC and intranet news
This module provides the functions needed to mange OPAC and intranet news.
    $news = &GetNewsToDisplay($lang);
    C<$news> is a ref to an array which containts
    all news with expirationdate > today or expirationdate is null.
TG