function render_bookmark_buttons(image_path) {
	document.write("<a href='http://del.icio.us/post?url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/delicious.png' alt='Add to Del.icio.us' border=0></a>");
	document.write("<a href='http://digg.com/submit?phase=2&url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/digg.png' alt='Add to Digg' border=0></a>");
	document.write("<a href='http://www.furl.net/store?s=f&to=0&u="+document.location.href+"&ti="+document.title+"' ><img src='"+image_path+"/furl.gif' alt='Add to Furl' border=0></a>");
	document.write("<a href='http://www.newsvine.com/_tools/seed&save?u="+document.location.href+"&T="+document.title+"' ><img src='"+image_path+"/newsvine.png' alt='Add to Newsvine' border=0></a>");
	document.write("<a href='http://www.netscape.com/submit/?U="+document.location.href+"&T="+document.title+"' ><img src='"+image_path+"/netscape.png' alt='Add to Netscape' border=0></a>");
	document.write("<a href='http://reddit.com/submit?url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/reddit.gif' alt='Add to Reddit' border=0></a>");
	document.write("<a href='http://www.stumbleupon.com/submit?url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/stumble1.gif' alt='Add to Stumbleupon' border=0></a>");
	document.write("<a href='http://technorati.com/faves?add="+document.location.href+"' ><img src='"+image_path+"/technorati.png' alt='Add to Technorati Favorites' border=0></a>");
	document.write("<a href='http://www.squidoo.com/lensmaster/bookmark?"+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/squidoo.png' alt='Add to Squidoo' border=0></a>");
	document.write("<a href='https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&url="+document.location.href+"&title="+document.title+"&top=1' ><img src='"+image_path+"/live.png' alt='Add to Windows Live' border=0></a>");
	document.write("<a href=' http://myweb.yahoo.com/myresults/bookmarklet?u="+document.location.href+"&t="+document.title+"&ei=UTF' ><img src='"+image_path+"/yahoo.png' alt='Add to Yahoo MyWeb' border=0></a>");
	document.write("<a href='http://myjeeves.ask.com/mysearch/BookmarkIt?v=1.2&t=webpages&url="+document.title.href+"&title="+document.title+"' ><img src='"+image_path+"/ask.png' alt='Add to Ask' border=0></a>");
	document.write("<a href='http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/google.png' alt='Add to Google' border=0></a>");
	document.write("<a href='http://ma.gnolia.com/bookmarklet/snap/add?url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/magnolia.png' alt='Add to Magnolia' border=0</a>");
	document.write("<a href='http://bookmarks.ning.com/addItem.php?url="+document.location.href+"&T="+document.title+"' ><img src='"+image_path+"/ning.png' alt='Add to Ning' border=0</a>");
	document.write("<a href='http://www.rawsugar.com/pages/tagger.faces?turl="+document.location.href+"&tttl="+document.title+"' ><img src='"+image_path+"/rawsugar.png' alt='Add to RawSugar' border=0</a>");
	document.write("<a href='http://www.spurl.net/spurl.php?url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/spurl.png' alt='Add to Spurl' border=0</a>");
	document.write("<a href=' http://www.tagtooga.com/tapp/db.exe?c=jsEntryForm&b=fx&url="+document.location.href+"&title="+document.title+"' ><img src='"+image_path+"/tagtooga.png' alt='Add to Tagtooga' border=0</a>");
	}