// JavaScript Document

function showFacebookRecomendButton()
{
	var currentURL = encodeURIComponent(document.location); 
	document.write('<iframe src="//www.facebook.com/plugins/like.php?locale=fr_FR&amp;href='+currentURL+'&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>');
}
function showFacebookRecomendButtonURL(newURL)
{
	document.write('<iframe src="//www.facebook.com/plugins/like.php?locale=fr_FR&amp;href='+newURL+'&amp;send=false&amp;layout=button_count&amp;width=150&amp;show_faces=false&amp;action=recommend&amp;colorscheme=light&amp;font&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>');
}

