function smShare(a)
{
	var thisPageURL = document.location.href;
	var linkDescription = document.title;
	var smLinks = {
		'facebook': 'http://www.facebook.com/sharer.php?u='+thisPageURL+'&t='+linkDescription,
		'google': 'https://m.google.com/app/plus/x/?v=compose&content='+linkDescription+' '+thisPageURL,
		'twitter': 'http://twitter.com/share?url='+thisPageURL+'&text='+linkDescription,
		'linkedin': 'http://www.linkedin.com/shareArticle?mini=true&url='+thisPageURL,
		'xing': 'https://www.xing.com/app/user?op=share&url='+thisPageURL+'&title='+linkDescription,
		'tuenti': 'http://www.tuenti.com/share?url='+thisPageURL,
		'skyrock': 'http://www.skyrock.com/m/blog/share.php?o=f&u='+thisPageURL,
		'vkontakte': 'http://vkontakte.ru/share.php?url='+thisPageURL,
		'orkut': 'http://promote.orkut.com/preview?nt=orkut.com&du='+thisPageURL+'&tt='+linkDescription,
		'hyves': 'http://www.hyves-share.nl/button/tip/?title='+linkDescription+'&body=Bron:[url='+thisPageURL+']'+thisPageURL+'[/url]',
		'sinaweibo': 'http://v.t.sina.com.cn/share/share.php?url='+thisPageURL,
		'viadeo': 'http://www.viadeo.com/tableaudebord/accueil/?&url='+thisPageURL
	};

	window.open(smLinks[a]);
}
