/* Facebook Platform */
var MyfbConnect = {
	init : function() {
		window.fbAsyncInit = function() {
			FB.init({
				appId: '160213090703243', 
				status: true, 
				cookie: true, 
				xfbml: true});
		};
		(function() {
			var e = document.createElement('script');
			e.src = document.location.protocol +
				'//connect.facebook.net/en_US/all.js';
			e.async = true;
			var s = document.getElementsByTagName('script')[0]; 	
			s.parentNode.insertBefore(e, s);           
			/*document.getElementById('fb-root').appendChild(e);*/
		}());
	}
};
Core.start(MyfbConnect);
