Topic: How to integrate cutenews archive

Hi,

I need to integrate a special archive into a page, how do I call such archive, without adding &archive="number" into the url field?

I have something like this to add normal news, and all I did was to change show_news to show_archives, but with that it calls all archives and not one in particular.
What do I need to change in this code?

<?PHP
$number=25;
$category="1";
$template="Default";
$sortby = 2;
$only_active=TRUE;
include("/var/www/html/show_archives.php");
?>