  window.fbAsyncInit = function() {
    FB.init({appId: '195287203871634', status: true, cookie: true,
             xfbml: true});
  };
  
  var p = (location.pathname == '/') ? '' : location.pathname.replace("/","") + "/";
document.write('<fb:like href="'+window.location.href+'" layout="button_count" show_faces="true" width="155" action="like" font="lucida grande" colorscheme="light"></fb:like>');
