

Event.observe( window, 'load',function () {

	window.fbAsyncInit = function() {
		FB.init({
			appId: '177765528907950',
			status: true,
			cookie: true,
			xfbml: true
		});
	};

	(function() {
		var e = document.createElement('script');
		e.type = 'text/javascript';
		e.src = document.location.protocol + '//connect.facebook.net/en_GB/all.js#xfbml=1';
		e.async = true;
		document.getElementById('fb-root').appendChild(e);
	  }());

});


