Installation:

1) unzip the file into a web folder
2) Insert ads into the database using Microsoft Access. The following is a description of the fields:
	pkAdId		- For system use, do not change
	Format		- Enter the size of the Ad, such as 468x60 or 120x100
	Link		- Enter the full text for the ad including all anchor and image tags
	Name		- No use, for your information only. I use it for the Ad's company name.
	InRotation	- If this is checked, then the Ad is actively in rotation. The defualt is checked.

3) You may move the database file to another web folder (though you do not have to), just make sure you update the connection string in the ShowAd function within the AdRotate.asp file.
4) Simply browse to the AdRotate.asp page with your browser.


Usage:

When using in your own code the only code you need is the ShowAd function. You may want to put the function into a common include file if you have one.