#!/bin/sh - echo "Content-type: text/html"; echo ; cat griogair_part1; echo "

This page has been visited"; echo 1 >> times; wc -w times; echo " since 12-23-2000.

"; cat griogair_part2;