#!/bin/perl print "Content-type: text/html \n\n"; print "Trivia Scores"; print "

Scores off-line

"; print "

Due to recent tampering with people's scores by a player, "; print "we've decided to take the scoring off-line. We'll post the top 30 partial "; print "e-mail addresses manually once a week so you can get an idea of whether or"; print " not you're in the running.

"; print " Meanwhile, we're working on a new cheat-free method of playing."; print " Thanks for your understanding.

"; print "Andy Walker
"; print "Southam@Canada

"; print "

[Current trivia leaders]"; print "[Back to trivia page]"; print ""; exit;