$(document).ready (function ()
{




// bei facebook eingeloggt?
	window.fbAsyncInit = function() {
		FB.init({ appId: '346615968690996', status: true, cookie: true, oauth: true, xfbml: true, channelUrl: 'http://www.markenentwickler.se/facebook_willkommen/channel.php'  });  // App WebsiteMarkenentwickler
		FB.getLoginStatus(function(response) {
			if (response.status && (response.status === 'not_authorized' || response.status === 'connected')) { 
				_gaq.push(["_trackEvent", "Startseite", "FB +"]);
			} else {
				_gaq.push(["_trackEvent", "Startseite", "FB -"]);
			}	
		});
	};
	(function(d){ 
		var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
		js = d.createElement('script'); js.id = id; js.async = true;
		js.src = "//connect.facebook.net/en_US/all.js";
		d.getElementsByTagName('head')[0].appendChild(js);
	}(document));

});
