<p><h2><b>Последние:</b></h2>
</p>
<%Referrer()%>
<p><h2><b>Лучшие материалы сайта:</b></h2>
<%Referrer(stats)%> <!-- will show total hits over the last 30 days, and amount coming from searchengines ... -->
<%QueryLog(20)%> <!-- will show the last 20 searches performed with your local search box -->
<%Referrer(lastall,100,0)%> <!-- will show last 100 'real hits', searchengines excluded -->
<%Referrer(lastall,100,1)%> <!-- will show last 100 searchengine hits -->
(not used, but possible: <%Referrer(lastall,100,2)%> will show last 100 hits, searchengines and real hits combined)
<%Referrer(topall,100,0)%> <!-- will show the top 100 referring sites, search engines excluded -->
<%Referrer(topall,100,1)%> <!-- will show the top 100 queries used on searchengines linking to your site -->
(not used, but possible: <%Referrer(topall,100,2)%> will show top 100 hits, searchengines and real hits combined)
<!-- will show the 100 most viewed items on your site -->
<%Referrer(pop,100,0)%> <!-- populiar items linked from outside, searchengines excluded -->
(not used, but possible: <%Referrer(pop,100,1)%> most visited items by visitors coming from searchengines)
(not used, but possible: <%Referrer(pop,100,2)%> most visited items by visitors coming from searchengines and real hits combined)

