#!/usr/bin/perl use CGI qw (:standard); use CGI::Carp qw(fatalsToBrowser); print "Content-type: text/html\n\n"; $header = 'head.html'; $footer = 'foot.html'; open (FILE, "$header") || die print "Header File Not Found"; @header = ; close (FILE); open (FILE, "$footer") || die print "Footer File Not Found"; @footer = ; close (FILE); print @header; print< "This Space For Rent"
GroveCity MercerRentals offers advertising space on this site. Your ad will appear on every page of the site.

Ads are sold on a "first come, first served" basis.
Rates are subject to change without notice.
GroveCityMercerRentals.com reserves the right to remove any ad, with or without cause. Advertising space is offered in 2 levels.

1. Level 1: A simple link (company name only) to your web site and/or e-mail address (\$25.00/month)

2. Level 2: Your logo, ad, or contact information, displayed like a business card (100 x 100 pixweels), with a link to your web site and/or e-mail address. (\$35.00/month)

Example Level 2 Ad:
For more information please contact: GroveCityMercerRentals.com
P.O. Box 309
Grove City, PA 16127
(724) 458-8510
info\@grovecitymercerrentals.com

HTML print @footer;