//--------------------------------------------------------------------

share_links = {
	//twitter
	tweet : function(str) {
		var link = "http://twitter.com/?status=";
		var msg = str + " #blancdebleu at " + location.href;
		window.open(link + encodeURIComponent(msg), null);
	},
	//Facebook
	facebook_share : function(str) {
		var link = "http://www.facebook.com/sharer.php?u=";
		window.open(link + encodeURIComponent(location.href), null);
	}
}







