Here is a bookmarklet that I find handy in going straight to a page in the wiki from any toon, sb_email, or whatever page from HR.
[url=javascript:(function(){if(location.href.indexOf('homestarrunner.com/')>0){l=window.location+'';h=l.replace('http://www.homestarrunner.com/','http://www.hrwiki.org/index.php/');window.location=h.replace('.html','');}else location.href='http://www.homestarrunner.com';})()]H*RWiki Lookup[/url]
Just find the bookmarklet in your list of bookmarks and it will take you to that toon's page in HRWiki. If for some reason you're not already at H*R, you will be taken there.
Has been tested and works in FF 1.5.0.3, Opera 9.0, and IE 6.0.
Gauruntee? Warin-tea? No-way!
Code:
javascript:
(function(){
javascript:(function(){if(location.href.indexOf('homestarrunner.com/')>0){l=window.location+'';h=l.replace('http://www.homestarrunner.com/','http://www.hrwiki.org/index.php/');window.location=h.replace('.html','');}else location.href='http://www.homestarrunner.com';})()
If the links don't show up all pretty-like, just create a bookmark with the listed code as the URL, all on one line.