window.__fbAsyncInit = window.fbAsyncInit;
window.fbAsyncInit = function() {
  window.__fbAsyncInit();
  FB.Event.subscribe("edge.create",function(response) {
    if (typeof _gaq != 'undefined') {
      _gaq.push(['_trackEvent', 'Facebook', 'Like', response]);
    }
  });
};;

