function title(str)
{
document.write('<a href="https://secure.del.icio.us/login?url='+ str + '&title=' + escape(document.title) + '"><img src="/images/delicious.gif" alt="Del.icio.us" width="16" height="16" border="0" /></a>'); 
document.write("  ");
document.write('<a href="https://www.google.com/accounts/ServiceLogin?hl=en&continue=http://www.google.com/bookmarks/mark%3Fop%3Dadd%26bkmk%3D' + str +'%26title%3D'+ '&nui=1&service=bookmarks'+ '"><img src="/images/google.gif"  alt="Google Bookmarks" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://www.newsvine.com/_tools/user/login?redirect=http%3A%2F%2Fwww.newsvine.com%2F_tools%2Fseed%26save%3Fu%3D'+ str + '%26h%3D' + escape(document.title) + '"><img src="/images/newsvine.gif" alt="Newsvine" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="javascript:setBookmark( self.location.href , document.title )" ><img src="/images/favorite.gif" alt="" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="https://login.yahoo.com/config/login?.intl=us&.src=smw&.pd=smw_ver%3d1&.done=http%3A%2F%2Fmyweb.yahoo.com%2Fmyresults%2Fbookmarklet%3Fei%3DUTF-8%26u%3D'+ str + '%26t%3D' + escape(document.title) + ' "><img src="/images/yahoo-myweb.gif" width="18" alt="Yahoo MyWeb" height="18" border="0" /></a>');
document.write("  ");
document.write('<a href="http://www.stumbleupon.com/submit?url='+ str +'&title='+ escape(document.title) + '"><img src="/images/stumbleupon.gif" width="16" height="16"  alt="StumbleUpon" border="0" /></a>');
document.write("  ");
document.write('<a href="http://technorati.com/signup/?f=favorites"><img src="/images/technorati.gif"  alt="Technorati" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&t=webpages&url='+ str +'&title='+ escape(document.title) + '"><img src="/images/ask.gif" width="16" height="16" alt="Ask" border="0" /></a>');
document.write("  ");
document.write('<a href="http://slashdot.org/bookmark.pl?url='+ str + '"><img src="/images/slashdot.gif" alt="Slashdot" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://www.simpy.com/simpy/Login.do?_doneURI=/simpy/LinkAdd.do?href='+ str +'&title='+ escape(document.title) + '"><img src="/images/simpy.gif" width="16"  alt="Simpy" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://digg.com/login" ><img src="/images/digg.gif"  alt="Digg" width="16" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://www.spurl.net/spurl.php?url=' + str + '&title=' + escape(document.title) + ' " ><img src="/images/spurl.gif" width="16" alt="Spurl" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://feedmelinks.com/login?bounceToPage=%2Fcategorize%3F%26loggedIn%3Dwasnt%26from%3Dtoolbar%26op%3Dsubmit%26url='+ str +'&name='+ escape(document.title) + '"><img src="/images/feedmelinks.gif" width="16" alt="Feed Me Links" height="16" border="0" /></a>');
document.write("  ");
document.write('<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url='+ str +'&Title='+ escape(document.title) + '"><img src="/images/blinklist.gif" width="16" height="16" alt="BlinkList" border="0" /></a>')
document.write("  ");
document.write('<a href="http://wink.com/_/tag?url='+ str +'&doctitle='+ escape(document.title) + '"><img src="/images/wink.gif" width="16" alt="Wink" height="16" border="0" /></a>');

}

