function toggle(obj) {
      var el = document.getElementById(obj);
      if (el.style.display != 'block') {
            el.style.display = 'block';
      } else {
            el.style.display = 'none';
      }
}

bm_url = escape(bm_url);
bm_title = escape(bm_title);

document.write("<div class='bookmarking'>");
document.write("<strong>Bookmark this page <span><a onclick=\"toggle('bookmark-help'); return false\">(what is this?)</a></span></strong>")
document.write("<div id='bookmark-help'>");
document.write("<p>Social bookmarking allows users to save and categorise a personal collection of bookmarks and share them with others. This is different to using your own browser bookmarks which are available using the menus within your web browser.</p>");
document.write("<p>Use the links below to share this article on the social bookmarking site of your choice.</p>");
document.write("<p>Read more about social bookmarking at <a href='http://en.wikipedia.org/wiki/Social_bookmarking' target='_blank'>Wikipedia - Social Bookmarking</a></p>");
document.write("</div>");
document.write("<table border='0' cellspacing='5'><tr>");
document.write("<td><a href='http://del.icio.us/post?url=" + bm_url + "&title=" + bm_title + "' target='_blank'><img src='http://www.best-rated-laptops-guide.com/images/Delicious_24.png' alt='del.icio.us' title='del.icio.us' /><u>Del.icio.us</u></a></td>");
document.write("<td><a href='http://digg.com/submit?phase=2&url=" + bm_url + "&title=" + bm_title + "' target='_blank'><img src='http://www.best-rated-laptops-guide.com/images/Digg_24.png' alt='Digg This' title='Digg This' /><u>Digg</u></a></td>");
document.write("<td><a href='http://reddit.com/submit?url=" + bm_url + "&title=" + bm_title + "' target='_blank'><img src='http://www.best-rated-laptops-guide.com/images/Reddit_24.png' alt='Reddit' title='Reddit' /><u>Reddit</u></a></td>");
document.write("<td><a href='http://www.stumbleupon.com/submit?url=" + bm_url + "&title=" + bm_title + "' target='_blank'><img src='http://www.best-rated-laptops-guide.com/images/Stumbleupon_24.png' alt='Stumbleupon' title='Stumbleupon' /><u>StumbleUpon</u></a></td>");
document.write("<td><a href='http://technorati.com/faves?add=" + bm_url + "' target='_blank'><img src='http://www.best-rated-laptops-guide.com/images/Technorati_24.png' alt='Technorati' title='Technorati' /><u>Technorati</u></a></td>");
document.write("</tr></table>");
document.write("</div>");