Boost.facebook = new (Class.create({
	
	public:	'1e908e0184b232a9eb728db8ab6811d3',
	appId:	'95941102796',
	initialize: function() {
	
		window.fbAsyncInit = function() {

			FB.init({
			
				appId: Boost.facebook.appId,
				status: true,
				cookie: true,
				xfbml: true
			
			});
			
		};
		 
		Boost.domReady( function() {
			
			(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);
			}());				
		
		});
	
	}	

}));