#!/usr/bin/bash
echo Content-type: text/html
echo 
T=`expr substr $RANDOM 2 2`
R=`expr $T  / 10`
case $R in
0|1|2|3|4|5) cat node556.html ;;
6|7|8) cat node072.html ;;
9) cat node071.html ;;
esac
