#!/bin/sh
cat <<\EOT
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN">
<HTML>
<HEAD>
<TITLE>Archive Closed</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#5500EE" ALINK="#551A8B" VLINK="#551A8B">
<H1>Archive Closed</H1>
<P>Sorry, the SOR Message Archive is closed.  Thanks to all
the SOR members who have contributed to this site over the past
few years.

<BR CLEAR=left>
<P><HR>
<ADDRESS>
<A HREF="/personal/chip/">Chip Rosenthal</A><BR>
&lt;chip@unicom.com&gt;
</ADDRESS>

</BODY>
</HTML>
EOT
