Desktop Buttons
From Applepedia
If you've been to an Apple Store, you've probably seen this app - it's some icons on the Desktop that launch a few different web pages.
The application is very "default" - The prefs are saved to com.apple.MyCarbonNibApp and it's registered to __MyCompanyName__, the default in XCode.
[edit]
Customizing it
The images and text are stored as PICT resources in the .rsrc file in the package. The URLs are hardcoded into the binary though, so you'll have to change them with a hex editor and use tinyurl for long links.
[edit]
Where can I get it?
It can be downloaded here http://homepage.mac.com/jimbo2/.cv/jimbo2/Sites/.Public/DesktopButtons/DesktopButtons.app-zip.zip
You'll probably also want http://homepage.mac.com/jimbo2/.cv/jimbo2/Sites/.Public/DesktopButtons/Quit_DesktopButtons-binhex.hqx

