if (Newsgroups == null || Newsgroups.length == 0) {
ps.print("No subscribed newsgroups or .newsrc is unreadable. If the news: protocol handler was dynamically loaded, it probably doesn't have the necessary authority to read .newsrc.\n<br>Goto the url news:<i>groupname</i> to read a new group");
} else
for (int i = 0; i < Newsgroups.length; i++) {
p = Newsgroups[i];
if (p.subscribed) {
int unread = p.articles != null ? p.articles.size() : 0;