fbinit: function()
  {
  // Init the SDK
  FB.init({
    appId      : '223761867729127', // App ID
    channelUrl : '//'+'zarafa.com.test'+'/channel', // Path to your Channel File
    status     : true, // check login status
    cookie     : true, // enable cookies to allow the server to access the session
    xfbml      : true  // parse XFBML
  });
},