var bookmark=" &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ";

var thispage_url = encodeURIComponent(location.href);
var thispage_title = encodeURIComponent(document.title);
bookmark = bookmark + "<a href='http://www.facebook.com/sharer.php?u=" + thispage_url + "&t=" + thispage_title + "'  target='_new'><img border='0' src='Images/bookmark_facebook.gif' align='absmiddle' title='Bookmark and share this page with Facebook'></a> ";
bookmark = bookmark + "<a href='http://del.icio.us/post?url=" + thispage_url + "'  target='_new'><img border='0' src='Images/bookmark_delicious.gif' align='absmiddle' title='Bookmark and share this page with Del.icio.us'></a> ";
bookmark = bookmark + "<a href='http://digg.com/submit?phase=2&url=" + thispage_url + "'  target='_new'><img border='0' src='Images/bookmark_digg.gif' align='absmiddle' title='Bookmark and share this page with Digg'></a> ";
bookmark = bookmark + "<a href='http://www.stumbleupon.com/submit?url=" + thispage_url + "'  target='_new'><img border='0' src='Images/bookmark_stumbleupon.gif' align='absmiddle'  title='Bookmark and share this page with StumbleUpon'></a> ";
bookmark = bookmark + "<a href='http://reddit.com/submit?url=" + thispage_url + "'  target='_new'><img border='0' src='Images/bookmark_reddit.gif' align='absmiddle' title='Bookmark and share this page with Reddit'></a> ";
bookmark = bookmark + "<a href='http://myweb2.search.yahoo.com/myresults/bookmarklet?t=" + thispage_title + "&u=" + thispage_url + "'  target='_new'><img border='0' src='Images/bookmark_yahoo.gif' align='absmiddle' title='Bookmark and share this page with MyWeb'></a> ";
bookmark = bookmark + "<a href='http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=" + thispage_url + "&title=" + thispage_title + "'  target='_new'><img border='0' src='Images/bookmark_google.gif' align='absmiddle' title='Bookmark and share this page with Google'></a> ";
bookmark = bookmark + "<a href='https://favorites.live.com/quickadd.aspx?url=" + thispage_url + "&title=" + thispage_title + "'  target='_new'><img border='0' src='Images/bookmark_live.gif' align='absmiddle' title='Bookmark and share this page with Microsoft Live'></a> ";
document.write(bookmark);