				var lien_buzz = window.location.href;
			
			

				function delicious_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://del.icio.us/post?v=2&amp;url='
					+ encodeURIComponent(loc)
					+'&amp;title='
					+encodeURIComponent(document.title);
					return false;
				}

				function blogmarks_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://blogmarks.net/my/new.php?mini=1&simple=1&url='
					+ encodeURIComponent(loc)
					+'&title='
					+encodeURIComponent(document.title);
					return false;
				}

				function scoopeo_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://www.scoopeo.com/scoop/new?newurl='
					+ encodeURIComponent(loc)
					+'&amp;title='
					+encodeURIComponent(document.title);
					return false;
				}

				function fuzz_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://www.fuzz.fr/?news=1&url='
					+ encodeURIComponent(loc)
					+'&title='
					+encodeURIComponent(document.title);
					return false;
				}

				function tapemoi_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://www.tapemoi.com/submit.php?lien='
					+ encodeURIComponent(loc);
					return false;
				}

				function actu_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://www.allactu.com/submit.php?url='
					+ encodeURIComponent(loc);
					return false;
				}

				function nuouz_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://www.nuouz.com/addNews.aspx?url='
					+ encodeURIComponent(loc)
					+'&title='
					+encodeURIComponent(document.title);
					return false;
				}

				function digg_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://digg.com/submit?phase=3&url='
					+ encodeURIComponent(loc)
					+'&title='
					+encodeURIComponent(document.title);
					return false;
				}

				function blogmemes_bookmark(targetURL) {
					var loc=location.href;
					if(targetURL && targetURL.length>0) loc = targetURL;
					var apos=loc.indexOf('#');
					loc=(apos>0?loc.substring(0,apos):loc);
					location.href='http://blogmemes.net/fr/post.php?url='
					+ encodeURIComponent(loc)
					+'&title='
					+ escape(document.title);
					return false;
				}