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 favourites' 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>");
}