10-23-06
	* Made all scripts "use strict"
	* Implemented Captcha
	* Made Captchas look a little btter

12-15-05
	* Added a "browse" link to the header (thanks usrbingeek)
	* Added another bullet point to the main content

08-15-05
	* fixed minor CSS bugs in the default template

07-13-05
	* added new default template, renamed the old default
	  to "blue"
	* fixed a minor bug in the new template

12-06-04
	* fixed some weird insert_id bug that surfaced for
	  whatever reason

11-04-04
	* changed the template system
	* updated the html and xml template

11-01-04
	* added support for templates
	* added xml template

10-27-04
	* added configuration for site name.
	* added functionality for random tag lines.
	* made the search have a lot more options.
	* change HTML for footer.
	* added the Changelog to the footer.
	* updated intro page.
	* added installation instructions.

10-26-04
	* added "random" sorting method, and "Random 100" to 
	  tab bar.
	* add "name" and "id" attribute to the text input box
	  in the header, it wasn't working because it was missing.
	* removed the search header from the search results page.
	* fixed navigation buttons (next, prev)... they were
	  missing the search string, pressing "next" or "prev"
	  on a search aborted the search.

10-24-04
	* updated the UI
	# fixed non validating UI

10-17-04
	* added random number to vote JS, keeps browsers
	  caching that page (hopefully).

	* fixed an XHTML compliancy issue with the
	  SourceForge.net logo

	* fixed XHTML compliancy issue with blackbart's
	  patch for browsers that don't support javascript.
	  sorry blackbart, non js browsers will get the
	  page ovewritten in thier browser.  the w3c says
	  that it's up to the user wether or not it should
	  show up in a new window.... not the page.

10-15-04
	* browsers without javascript can also vote now,
	  opens a new window... but at least it's the
	  same window every time. (thanks blackbart)

	* padding around "+" and "-" made larger so that
	  it's easier to click. (thanks blackbart)

10-14-04
	* inital release