function makeShareLinks(urlArticle){
	articleSummary = $('meta')[0].content;
	articleSource='Cadremploi.fr';
	articleTitle = document.title;
	
	replaceWindows = /'|\/|-+/g;
	
	urlLinkedin = "http://www.linkedin.com/shareArticle?mini=true&url="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[linkedin]')+"&title="+encodeURIComponent(articleTitle)+"&summary="+encodeURIComponent(articleSummary)+"&source="+articleSource;
	urlFacebook = 'http://www.facebook.com/sharer.php?u='+encodeURIComponent(urlArticle+'#xtor=RSS-586-[facebook]')+'&t='+encodeURIComponent(articleTitle);
	urlDelicious = "http://del.icio.us/post?v=2&url="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[delicious]')+"&title="+encodeURIComponent(articleTitle);
	urlScoopeo = "http://www.scoopeo.com/scoop/new?newurl="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[scoopeo]')+"&annotation=&labels=&title="+encodeURIComponent(articleTitle);
	urlGoogle = "http://www.google.com/bookmarks/mark?op=add&bkmk="+encodeURIComponent(urlArticle)+'#xtor=RSS-586-[google]'+"&annotation="+encodeURIComponent(articleSummary)+"&labels=&title="+encodeURIComponent(articleTitle);
	urlTechnorati="http://technorati.com/faves?sub=addfavbtn&add="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[technorati]');
	urlMyspace="http://www.myspace.com/Modules/PostTo/Pages/?t="+encodeURIComponent(articleTitle)+"&c="+encodeURIComponent(articleSummary)+"&u="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[myspace]')+"&l=1";
	urlBookmarks="http://www.bookmarks.fr/favoris/shadowfree?action=add&address="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[bookmarks]')+"&title="+encodeURIComponent(articleTitle)+"&description="+encodeURIComponent(articleSummary);
	urlYahoo="http://myweb2.search.yahoo.com/myresults/bookmarklet?u="+urlArticle+'#xtor=RSS-586-[yahoo]';
	urlWindows="http://favorites.live.com/quickadd.aspx?marklet=1&mkt=fr-fr&top=0&url="+encodeURIComponent(urlArticle+'#xtor=RSS-586-[windows]')+"&title="+encodeURIComponent(articleTitle.replace(replaceWindows," "));
}

function shareClick(siteShare,parametres){
	  window.open(eval('url'+siteShare),null,parametres);
	xt_med('C','8',siteShare,'S');
	return false;
}