function fbConnect(api_key) {
	//alert("api_key " + api_key);
	FB.init(api_key, "http://www.megatest.de/fbconnect/xd_receiver.html",{"reloadIfSessionStateChanged":true});
};

