Script Summary: Build up your geocaching profile. Generates a preview page with your statistics and allows you to copy & paste the HTML into your profile geocaching.com profile.
Version: 0.74
License: MIT License; http://www.opensource.org/licenses/mit-license.php
Only action need is to click the floating icon button on the left of your page, wait for the result and afterwards you can copy the result into your profile editor area
The script generates several charts, including world map and weekly count as well as a few simple tables. It uses Google charts as a service for generating the images so that it can generate a simple HTML page that can be pasted into your profile.
It also presents a section for achievements, where milestones such as your 1000th cache is showed.
This script is not automated and only reads through your findings log page if you navigate to it and you will require to copy & paste the content into your profile editor page. The intent is that you can update your profile once a month (or when you fell like it) without leaving your browser (or geocaching.com)
Tested under Firefox (3.6) and Chrome(12) and worked (with exception of a few bugs)
Please provide some feedback. This script is currently pretty much alive and changing almost daily (depending on personal workload and weather conditions). I have a broad concept of what I want to obtain form this but I'm still pretty open to a few good ideas or just the usual comment of "It has a bug!".
Screenshot:

This project has started from a long term desire of having this data combined with the fact that, even though there are few applications or services out there, there were out of my reach for several reasons.
This project has had only a few hours of development, without much planning so there are bugs and basic simplicity.
My cache log page is rather small at the moment so
To those who downloaded the first version (or are about to download this), I'm sorry for the bugs. el free to give your input.
CHANGE LOG
--- version 0.74
* Added the ability to display stats regardless of the date format selected on
geocaching.com.
* Added a prefs dialogue to allow the user to select the data format expected by the script.
--- version 0.73
* Fix region map to appears
* Fix a lot of typos (Thanks to Cryo99)
* Fix some icons not showing
--- version 0.72
* fix us states being represented as countries both in the map (not showing) and the achievments table (Thanks to Cryo99)
* now counts "Attended" logs as well
* clean up commented code
* verify if multiple founds of the same cache
* achievements images full url allow you not to copy you profile into a page outside geocaching
* spell check
* clean up source
--- version 0.71
* Added one new challenge ('Freedom is greater than fear', You have until today to achieve this if you are in Oslo)
* fix the Jquery in the page
* restrict stats by found (if you want to keep your big number then don't upgrade :) )
* fix the alpha chalenge Q letter
--- version 0.7
* Added Achievements
* Enabled the Statists buider from all over the geocaching pages
website allowing to generate the page at anywhere in the geocaching site
* More code optimization
* placed some headers for each part
* HTML block have been separated so it is easier to reorder then (or delete)
* Fixed image button for Chrome
--- version 0.62
3rd day, major changes namelly
* Added an side widget button to....
* Generate the profile statistics page and show preview on click of button
* Preview pagea now floats over the page
* Preview page hides back on button click
* Added Alpha chalanges for countries and cities
* Moved the copy & paste area onto the top for easier access
* Fixed bug emtpy names of cache
* better error handling and a few refactoring
* Fix bug with parsing leading zero strings into months
--- version 0.51
* fixed bug with a early div close
-- version 0.5
* Added the change log :)
* Fixed images inheriting gc classes that srink all images within table cells
* Added function check for updates (thanks to http://userscripts.org/scripts/review/20145)
* Fix earthcache icon (and any non numeric icon)
* A bit of code clean up
* Added a title on the alpha challenge
--- version 0.4
* Added a cache types pie graph
* Added a table with cache types
* Added odd/even table rows
--- version 0.3b
* montly and accumulated graph,
* montly table
--- version 0.2b
* added a complete list of iso3166 countries
--- version 0.1 first version
* world map graph
* countries tables
---



