============================================
Counter v1.0
Copyright (C) 1999 - 2000 Link Projects Inc.
E-Mail: linkprojects@linkprojects.net
Website: http://www.linkprojects.net
============================================

PACKAGE TIME/DATE: 9:34 PM 2/20/2001

Index:
------

Section I:	Instructions
Section II:	About
Section III:	Known Errors / Error Information

I.  Instructions
----------------

The setup for this counter is very simple.  Copy all of the counter files into the directory in which you want the counter.  Then include these two portions of code within each page you want the counter to appear on.

Within the <head>...</head> section:
<!--#include file="counter.asp"-->

Where you want the counter to appear:
<%

' =======================
' Insert counter in page.
' =======================

Response.Write(Session("strVisitors"))

%>

Then, you are set!  You can customise the look of the counter by editing the variables contained in counter.asp.


II.  About
----------

This counter is free to all who wish to use it.  This counter includes no warranty or support.  Counter is presented "AS IS", and Link Projects is not responsible for the way in which this counter is used.

III.  Known Errors / Error Information
--------------------------------------

No known errors at this time.

Support / Help may be provided for certain errors.
E-Mail error information to: linkprojects@linkprojects.net.
