// JavaScript Document

    
		var title = document.title;
		var currenturl = document.location.href;
		//var currenturl = "http://www.hodderplus.co.uk";
		var digg = "http://digg.com/submit?phase=2&amp;url=" + currenturl + "&title=" + title;
		var del = "http://del.icio.us/post?url=" + currenturl + "&title=" + title;
		var reddit = "http://reddit.com/submit?url=" + currenturl + "&title=" + title;
		var StumbleUpon = "http://www.stumbleupon.com/submit?url=" + currenturl + "&title=" + title;
		var facebook = "http://www.facebook.com/sharer.php?u=" + currenturl + "&amp;t=" + title;
		var google = "http://www.google.com/bookmarks/mark?op=edit&bkmk=" + currenturl + "&title=" + title;
		document.write("<div id=\"bookmark\"><p>bookmark this page with: <a href =\"http://en.wikipedia.org/wiki/Social_Bookmarking\" class=\"alignright\" target=\"_blank\">about social bookmarking</a></p><ul><li class=\"digg\"><a href=\"" + digg + "\" target=\"_blank\">" + "Digg" + "</a></li> <li class=\"delicious\"><a href=\"" + del + "\"target=\"_blank\">" + "Del.icio.us" + "</a> </li><li class=\"reddit\"><a href=\"" + reddit + "\"target=\"_blank\">" + "reddit" + "</a></li><li class=\"StumbleUpon\"><a href=\"" + StumbleUpon + "\"target=\"_blank\">" + "StumbleUpon" + "</a></li><li class=\"facebook\"><a href=\"" + facebook + "\"target=\"_blank\">" + "Facebook" +"</a></li><li class=\"google\"><a href=\"" + google + "\"target=\"_blank\">" + "Google" +"</a></li></ul></div>")
			
//<img src=\"../images/icons/info.gif\" width=\"12\" height=\"12\" alt=\"About Social Bookmarking\" border=\"0\" hspace=\"5\" align=\"absmiddle\" />