==== NP_LatestDics ====
This plugin generates a list of 5 articles with recently added comments

Usage: <%Plugin(LatestDisc)%> in a skin

Output: 
<html>
<ul id='articlestats1'>
<li><a href="article #1 link">article #1 title</a>time of the latest comment</li>
<li><a href="article #2 link">article #2 title</a>time of the latest comment</li>
<li><a href="article #3 link">article #3 title</a>time of the latest comment</li>
<li><a href="article #4 link">article #4 title</a>time of the latest comment</li>
<li><a href="article #5 link">article #5 title</a>time of the latest comment</li>
</ul>
</html>