$(document).ready(function() {
	window.fbAsyncInit = function() {
	  FB.init({appId: '188762124500019', status: true, cookie: true,
	             xfbml: true});
	  // code goes here
	  
	};
	(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);
	}());
});

