window.fbAsyncInit = function() {
	FB.init({
		appId  : '137676746301028',
		status : true, // check login status
		cookie : true, // enable cookies to allow the server to access the session
		xfbml  : true,  // parse XFBML
		channelUrl  : 'http://www.overteam.com/channel.html' // Custom Channel URL
    });
};

(function() {
	var e = document.createElement('script');
	e.src = document.location.protocol + '//connect.facebook.net/tr_TR/all.js';
	e.async = true;
	document.getElementById('fb-root').appendChild(e);
}());

