Starter.add(function()
{
  if(!document.getElementById('fb-root')) return;
  window.fbAsyncInit = function()
  {
    FB.init({ appId: '121393334541964', status: true, cookie: true,
      xfbml: true
    });
  };
  (function()
  {
    var e = document.createElement('script'); e.async = true;
    e.src = document.location.protocol +
              '//connect.facebook.net/cs_CZ/all.js';
    document.getElementById('fb-root').appendChild(e);
  }());
},3);

Misc.fbShowLike = function(scheme)
{
  var badge = '<fb:like href="' + encodeURIComponent(document.URL) + '" layout="standard" show_faces="true" width="460" action="recommend" colorscheme="' + scheme + '"></fb:like>';
  document.writeln(badge);
};