/* 
My Bookmarklet
Copyright 2006 Name
License: ...
*/
(function() {
	var d = document; // just handy
	// bookmarklet code here
	
})();