  window.fbAsyncInit = function() {
    FB.init({
      appId  : '111222132251671',
      status : true, // check login status
      cookie : true, // enable cookies to allow the server to access the session
      xfbml  : true  // parse XFBML
    });

/* --- Email Notifications begin --- */
// Application ID# - enter your application ID# (Not API Key!) //
var cn_appid = '111222132251671';

// Admin ID# - enter your admin ID# (facebook profile id# in numbers, not a name id) //
var cn_userid = '515296929';

// Subject - enter custom email message subject text (default is 'false') //
var cn_subject = 'false';

// Title - enter custom email message title text (default is 'false') //
var cn_title = 'false';

// Blogger Blog ID# - enter your blog ID# (default is 'false' no) //
var cn_blogger = 'false';

// Tumblr URL - enter your main blog url (default is 'false' no)
// (for example: http://gil-goldshlager.tumblr.com)  //
var cn_tumblr = 'false';

commentsEmailNotifications(cn_appid,cn_userid,cn_subject,cn_title,cn_blogger,cn_tumblr);
/* --- Email Notifications end --- */

  };

  (function() {
    var e = document.createElement('script');
    e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
    e.async = true;
    document.getElementById('fb-root').appendChild(e);
  }());