function mod_snshare_facebook_share_this_page() {  u = location.href;  t = document.title;  window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'fbsharer','toolbar=0,status=0,width=626,height=436');  return false;}function mod_snshare_twitter_share_this_page() {  u = location.href;  t = document.title;  window.open('http://twitter.com/home?status=A découvrir, '+t+' : '+u,'twsharer','toolbar=0,status=0,width=800,height=436');  return false;}
