Donations Received
0 && $news_counter < $max_news) { // next line $line = array_pop($lines); // start of news if(eregi("^[a-z0-9]+;;;", $line)) { // news header list($author,$date,$time) = explode(";;;",$line); // news subject $subject = array_pop($lines); printf('', $subject); printf(''); printf(''); printf('', $date, $time, $author); printf(''); printf(''); $news_counter++; continue; } // news content printf('%s', $line); } ?>
%s
');

                continue;
        }

        // end of news
        if(eregi("^;;;", $line)) {
                printf('
%s - %s, %s