Script name: ads.pl
Current version: 1.5, 27 December 1998

ads.pl is a very simple random banner generator. I just needed a short
script that displays a random image with the corresponding link, 
height, width and alt tag. No frills like keeping logs and stats 
(though I might add that later). In version 1.5, you can now add new 
banners without having to edit the data.txt file.

The source code is available from
	ftp://ftp.spunge.org/pub/melz/ads-15.zip
	http://project99.spunge.org/ads/ads-15.zip


INSTALLATION
============
In the script, you have to defined only one variable:
	$adfile = 'data.txt' (same directory)
			or
	$adfile = '/complete/path/to/data.txt'
		The location of the data.txt used to hold all the
		banner information.

In the document you want a banner to appear, call the script in 
this way:
	<!--#exec cgi="/cgi-bin/ads.pl"-->
Different servers have different ways to call the script so check 
with your server administrator first.


HISTORY
=======
05/06/98	1.0	Script created and released.

11/06/98	1.1	Wrong file included in archive.
			A minor bug fixed.

27/12/98	1.5	Minor improvements to the script.
			Instant addition of new data is introduced.


Let me know if you're using this script. You can reach me at 
	melz@spunge.org
If you'd like to see a particular feature included in this script 
that's not already there, just drop me a note with the details.