Topic: Hide archives

Hi

I am using a standard include on some of my pages :

$only_active=TRUE;
$template = "News";
$number = "10";
include("newsin/show_news.php");

I only want to show 10 news items. That works fine, but is followed underneath by an archive list of all archived items.

How do I prevent the list of archives from showing on these pages?

Rgds