function GetThisMySpace(C,N,I,intro,adresse)
{
	var corp='<table><td valign="top"><a href="'+adresse+'"><img src="http://www.music-story.com/'+I+'" border="0" alt="Music-Story" /></a></td><td valign="top">'+C+'</td></table>';
	var info='<span style="font-size:15px;color:#c90078;font-weight:bold;padding-top:0px; margin-bottom: -5px;">'+intro+'</span><br/><br/>';
    var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(intro)
    + '&c=' + encodeURIComponent(info)+encodeURIComponent(corp)
	+ '&u=' + encodeURIComponent(adresse);
    window.open(targetUrl);
}

function GetThisDelicious(C,L,N,adresse)
{
    var targetUrl = 'http://www.delicious.com/save?v=5&noui&jump=close&' + 'title=' + encodeURIComponent(N)
    + '&notes=' +C + '&url=' + encodeURIComponent(adresse)+ '&tagslabel=' + encodeURIComponent(L);
    window.open(targetUrl);
}

function GetThisSkyrock(C,N,adresse)
{
    var targetUrl = 'http://skyrock.com/m/blog/article_new.php?idp=10'
	+ '&title=' + encodeURIComponent(N)
    + '&text=' + encodeURIComponent(C) +encodeURIComponent(" Source :")+ encodeURIComponent(adresse)
	;
    window.open(targetUrl);
}

function GetThisFacebook(nom,adresse)
{
    var targetUrl = 'http://www.facebook.com/share.php?' + 'u=' + encodeURIComponent(adresse)+'&t='+ encodeURIComponent(nom);
    window.open(targetUrl,"Facebook");
}

function GetThisTwitter(N,adresse)
{
    var targetUrl = 'http://twitter.com/home?status=see ' + encodeURIComponent(N) + encodeURIComponent(" on : ") + encodeURIComponent(adresse)
	;
    window.open(targetUrl);
}

function GetThisGoogle(C,L,N,adresse)
{
    var targetUrl = 'http://www.google.com/bookmarks/mark?op=add&' + 'title=' + encodeURIComponent(N)
    + '&annotation=' +C + '&bkmk=' + encodeURIComponent(adresse)+ '&labels=' + encodeURIComponent(L);
    window.open(targetUrl);
}

function GetThisLive(C,L,N,adresse)
{
    var targetUrl = 'https://favorites.live.com/quickadd.aspx?marklet=0&mkt=en-us&' + 'title=' + encodeURIComponent(N)
    + '&url=' + encodeURIComponent(adresse)+ '&keywords=' + encodeURIComponent(L);
    window.open(targetUrl);
}
