image;
printf("\n
", $topfive->getLink(), $topfive->title);
printf("\n
by %s
", $topfive->author);
printf("\n
(%s)
", formatDate($topfive->article_date));
/* this line has some
hacks to make up for xhtml shortcomings in our saved articles */
$text = str_replace('
', '
', $topfive->intro);
$text = str_replace('
', '
', $text);
printf("\n
", $text);
?>
%s", $topfive->item1);
printf("\n- %s
", $topfive->item2);
printf("\n- %s
", $topfive->item3);
printf("\n- %s
", $topfive->item4);
printf("\n- %s
", $topfive->item5);
?>
retrieve($topfive->type, $topfive->id) ) {
$responses->outputResponses();
}
?>