<?php
  require('include.php3');
  if (!check_file($file) || !is_numeric($num)) {
    header("Location: http://www.google.com/"); /* Redirect browser */
    exit;
  }
  make_header("Weekly Nutwatch $num","index.css");

  nw_display_file($file,$num,"http://www.ludd.luth.se/~asmodean/nutwatch");

  make_footer();
php?>