#!/usr/opt/bin/perl -w
##### Print header #####################################################
print "Content-type: text/html\n\n";
print "
\n";
print "testing mailform $title\n";
print "\n";
print "$h1
\n\n";
print "$gtest\n";
##### Print footer #####################################################
print "
\n\n";
print "The Baymonte Web Site
\n";
print "5000B Granite Creek Rd.
\n";
print "Scotts Valley, CA 95066
\n";
print "webmaster\@baymonte.org
\n";
### created Oct 07 2004 ###
print "Last revised on 16 May 2002
\n";
print "\n\n\n";
exit (0);