function TDISocial(social_lang, social_url)
{
	document.write('<div><g:plusone size="medium"></g:plusone></div><div><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-lang="' + social_lang + '">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div><iframe src="http://www.facebook.com/plugins/like.php?app_id=209372382447563&amp;href='+social_url+'&amp;send=false&amp;layout=button_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe></div>');
}

