  window.fbAsyncInit = function() {
    FB.init({appId: 'your app id', 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);
  }());
  
  document.write('<fb:like href="http://www.facebook.com/group.php?gid=113316668702208/' + location.pathname + '" layout="button_count" show_faces="false" width="135" action="like" font="lucida grande" colorscheme="light"></fb:like>');
