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


                FB.Event.subscribe('edge.create', function(response) {
                    // do something with response
			show_additional_education_channels(response);
                });

