Search Me! is a simple bookmarklet for use in day-to-day web browsing. If you come across a term you don't know on the internet, or just need to do a quick Google, highlight the text you want to search, and click "Search Me!". A Google search for the term will quickly appear on the same page.
Bookmarklet Source Code:
javascript%3A%28function%28%29%7B%2520%2520search_script%3Ddocument.createElement%28%27SCRIPT%27%29%3B%2520%2520search_script.type%3D%27text/javascript%27%3B%2520%2520search_script.src%3D%27http%3A//www.jadedesign.org/bookmarklet/script.js%27%3B%2520%2520document.getElementsByTagName%28%27head%27%29%5B0%5D.appendChild%28search_script%29%3B%7D%29%28%29%3B