my $path="../../";
my $title="2002 Virginia General Assembly Reception";
my $section="meetings";
!>
#include ../../includes/wp-vos-header.iphtml
use CGI;
my $cgi = new CGI;
if ($cgi->param('submit') ne "Submit") {
!>
This reception was held 1-22-2002. We wish to thank everyone who attended.
Dinner partially supported by:
- Abbott Laboratories
- Arthrotek
} else {
# my $society = "VOS";
# my $sender = $society . " Registration Request CGI ";
# my $recipient = "kay\@societyhq.com";
# # my $recipient = "leonard\@societyhq.com";
# my $subject = $society . " Reception Registration for " . $cgi->param('name');
my $buffer;
# $buffer .= "Submitted from: " . $cgi->remote_host . "\n\n";
# $buffer .= "Name: " . $cgi->param('name') . "\n";
# $buffer .= "Guest: " . $cgi->param('guest') . "\n";
# $buffer .= "Phone: " . $cgi->param('phone') . "\n";
# $buffer .= "Email: " . $cgi->param('email') . "\n";
# open (MAIL, "|/usr/lib/sendmail -oi -t") or die "can't fork sendmail: $!";
# print MAIL <
Registration is for this event is closed.
}
!>
#include ../../includes/wp-vos-footer.iphtml