var theTitle = encodeURIComponent(document.title)
var theURL = encodeURIComponent(document.location)

document.write('<style type="text/css">.bookmark_widget{margin:15px 0 10px;font-size:12px;font-family:arial,verdana,san serif} .bookmark_widget a{font-weight:normal;margin-left:5px}</style>')
document.write('<div class="bookmark_widget">')
// del.icio.us
document.write('<a href="http://del.icio.us/post?url='+theURL+'&title='+theTitle+'" title="See who bookmarked at del.icio.us" ><img src="http://images.del.icio.us/static/img/delicious.gif" alt=" " height="16" width="16" border="0" />&nbsp;del.icio.us</a> ')
// favorite it - Technorati
document.write('<a href="http://technorati.com/faves/?add='+theURL+'" title="Favorite it at Technorati" ><img src="http://static.technorati.com/x/static/images/buttons/fave.png" alt=" " height="13" width="18" border="0" />&nbsp;fave it</a> ')
// friendfeed
document.write('<a href="http://friendfeed.com/share?url'+theURL+'&title='+theTitle+'") title="Add To FriendFeed"><img src="http://friendfeed.com/static/images/icons/internal.png" alt="FriendFeed" height="16" width="16" border="0" />&nbsp;friendfeed</a> ')
// Furl
document.write('<a href="http://furl.net/storeIt.jsp?u='+theURL+'&t='+theTitle+'") title="Furl it"><img src="http://www.furl.net/images/logo-sm.gif" alt=" " height="16" width="16" border="0" />&nbsp;Furl</a> ')
// reddit
document.write('<a href="http://reddit.com/submit?url='+theURL+'&title='+theTitle+'") title="Add To Reddit"><img src="http://sp.reddit.com/reddithead4.gif" alt="Reddit" height="16" width="16" border="0" />&nbsp;reddit</a> ')
// StumbleUpon
document.write('<a href="http://www.stumbleupon.com/submit?url='+theURL+'&title='+theTitle+'") title="StumbleUpon - I like it"><img src="http://www.stumbleupon.com/images/icon_su.gif" alt=" " height="16" width="16" border="0" />&nbsp;StumbleUpon</a>')

document.write("</div>")