New TotSP stuff including Google AdSense

A few notes for the changelog.

The look has changed a bit with the addition of Google AdSense to the right hand side and the moving around of a few other content boxes such as login. AdSense likely wont get any clicks and hence wont ever amount to any revenue, but its worth a shot to try to offset some of the costs of running this site.

In addition I have made a few code changes. Most notably when a session times out, the HTTP_GET and HTTP_POST variables are passed to the timeout error page and you can then COPY/GRAB what was lost when things timed out. This will save the horrible aggravation of timed out stuff when writing a long story. Note that it wont stop timeouts, they occur due to, well, time, and or server side issues (filesystem problem, server restarting, etc). What it will do is enable you to get whatever was in the last GET/POST so thats it not just gone forever. Then you can copy that and log back in and repost (and note this happens rarely, but if/when it does happen this new mechanism will make it less catastrophic).

New features such as CSS for form buttons and other minor code changes were also instituted in an effort to get to a new cleaned up PHP codebase aptly named "totspCode". This new codebase has been mentioned before. Its basically got one config file to define site wide settings and then it can be skinned with CSS and used for any site, its the code that powers totsp in a cleaned up fashion. It will be made available ASAP (via the TotSP projects area).

Any thoughts or complaints or questions just let me know.