[HOW-TO] Display pager in the top of the node in Drupal 6 with Zen Theme
<?php echo theme('pager', null, 1, 0, array(), 9); ?>
If you want to change the number of pages in the list, just change number 9 to anything you want.
When put that code in page.tpl.php, it will look like below :