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

function fbs_click() {
u=location.href;
t=document.title;
window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}

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> ')
// share on facebook
document.write('<a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" title="Share on Facebook" ><img src="http://static.ak.facebook.com/images/share/facebook_share_icon.gif?58:26981" alt=" " height="16" width="16" border="0" />&nbsp;Facebook</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>")
