// save to delicious
(function () {
	window.open('http://delicious.com/save?url=' + encodeURIComponent(location.href) +
		'&title=' + encodeURIComponent(document.title) +
		'&notes=' + encodeURIComponent(window.getSelection()) +
		'&v=5&jump=doclose');
})()
