/*
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : '521128804596875', // App ID from the app dashboard
channelUrl : 'https://www.facebook.com/raovat2000/', // Channel file for x-domain comms
status : true, // Check Facebook Login status
cookie : true,
xfbml : true // Look for social plugins on the page
});
// Additional initialization code such as adding Event Listeners goes here
};