function pwc_dk_share_tools() {
	$("#pagetoolbox").attr('id','pagetoolbox_orig');
	$("#pagetoolbox_new").attr('id','pagetoolbox');

	$("a.share_add_href").each(function() {
		var atag = $(this);
		atag.attr("href",atag.attr("href") + encodeURIComponent(window.location.href));
	});
};
