Of note for Blogger users: See the archive links down there? Thanks to Phil Ringnalda for the very nifty Blogger archive index template that cleverly uses JavaScript to replace those annoying dates Blogger spits out with much prettier and more readable links. I did add a little something, which I also put in some of the new templates: Notice, when you're on an archive page, there's a "back to current" link. This is written out dynamically based on the URL. I used to do a similar thing with server-side script, but this is usable by anyone. Here is my archive template (included on my main page by putting the following in my template: <script type="text/javascript" src="/archives/<$BlogArchiveFileName$>"></script>. Note, this is for monthly archives. Be sure to visit Phil's instructional page for more info and the weekly option.