To give me the ability to distract colleagues all as often as possible, whilst taking as little time out of my own day, I have an 'email this page' bookmarklet set up for firefox.
Basically its a tiny piece of javascript that pops up a pre-filled email to 'staff', with the title of the page as the subject, and the url as the message body.
To create a bookmarklet, first bookmark any page and stick it in your Bookmarks Toolbar, then right click it -> properties.
Change the name to whatever you like, and the location to this:
javascript:window.location = 'mailto:somebody@somewhere.com?Subject=' + document.title + '&body=' + document.location
Ta da! Instantly share useful links / hilarious tat with the whole office.
(p.s. you can do this in Safari too - not sure about IE)