      _______                          .__ .__   .__   .__                 
      \      \    ____   __ __ _______ |__||  |  |  |  |__|  ____    ____  
      /   |   \ _/ __ \ |  |  \\_  __ \|  ||  |  |  |  |  | /  _ \  /    \ 
     /    |    \\  ___/ |  |  / |  | \/|  ||  |__|  |__|  |(  <_> )|   |  \
     \____|__  / \___  >|____/  |__|   |__||____/|____/|__| \____/ |___|  /
    =========\/======\/=================================================\/==
  v0.01 04/JUL/2007 (C) Copyright 2007-2007 Scott D. Yelich SOME RIGHTS RESERVED
 .,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.-*~'`^`'~*-,._.,-*~'`^`'~*-,. 



This is the "README" for the Neurillion free web page counter gd v1 
http://www.neurillion.com/p/33/counters/gd/v1/README

The software is released under Creative Commons - Attribution 3.0 unported 
see: http://creativecommons.org/licenses/by/3.0/legalcode

See "LICENSE" for text, URL above for latest version.

See "INSTALL" for information on installation (and usage).

See "TODO" for ideas about what could be done in a next version.

The idea with this counter is the desire to use a small/simple
AJAX framework to get a counter working.  Unlike the other counters
that use graphics to return show the count, this counter uses text
in a return from an AJAX call.  

The AJAX framework is one that I created based on a few examples I saw
around the net.  It's not the best framework, but it's a start and
enough to get going.  I use the technique of queuing initializers on
the window onLoad latch.  The onLoad init calls a simple routine that
initializes the AjaxCounter object.

As with all the other v1 counters, this one also doesn't account for
concurrency.


Enjoy!

Scott
