// JavaScript Document

var BlogItemPermalinkURL = location.href;
var BlogItemTitle = document.title;


var google = "<a href='http://www.google.com/bookmarks/mark?op=edit&bkmk="+BlogItemPermalinkURL+"&title="+BlogItemTitle+"' title='Bookmark this post Google History Bookmarks'><img src='http://www.flovv.com/images/bookmarking_img/google.png' alt='icon' width='15' /></a>";
var digg = "<a href='http://digg.com/submit?phase=2&url="+BlogItemPermalinkURL+"&title="+BlogItemTitle+"' title='Bookmark this post Digg Bookmarks'><img src='http://www.flovv.com/images/bookmarking_img/digg.png' alt='icon' width='15' /></a>";
var delicious = "<a href='http://del.icio.us/post?v=4&noui&jump=close&url="+BlogItemPermalinkURL+"&title="+BlogItemTitle+"' title='post to del.icio.us'><img src='http://www.flovv.com/images/bookmarking_img/delicious.png' alt='icon' width='15' /></a>";



document.write("<table width='66'><tr><td width='22' id='bookmark'>");
document.write(delicious);
document.write("</td><td width='22' id='bookmark'>");
document.write(digg);
document.write("</td><td width='22' id='bookmark'>");
document.write(google);
document.write("</td></tr></table>");
