#!/usr/local/bin/perl
require "/home/todd/toddweb.env";
require "$PAGEHOMEDIR/weblib.lib";
$style=<<EOF;
body {font: 8pt verdana,helvetica;}
EOF
@months=(Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec);
@days=(Sun,Mon,Tue,Wed,Thu,Fri,Sat);
&htmlopen("Shared Fan Mail to Todd Rundgren|","style=$style");
print <<EOF;
The TR Fan Mail feature has been discontinued due to excessive spamming.
A <a href="http://forum.trconnection.com/forumdisplay.php?fid=89">new feature</a> is now available in the TR Connection Forums.
<br>
EOF
print $PAGETAIL;
&htmlclose;
