try {
	//Achtung bei CSS Problemen mit Facebook bzw. Cacheproblem des CSS bitte die Anweisung ?v=15 erhöhen. z.B. auf ?v=16
	document.write("<div id=\"fb-root\"></div><fb:fan  height=\"450\" width=\"460\" stream=\"true\" css=\"http://www.weinweb.ch/aaaaaaaaaaaadgz.css?v=15\" connections=\"4\" profile_id=\"" + g_strFaceBookId + "\"></fb:fan>");
	
	window.fbAsyncInit = function () {
		FB.init({ appId: '" + g_strFaceBookId + "', status: true, cookie: true,
		xfbml: true
		});
	};


	(function () {
		var e = document.createElement("script");
		e.async = true;
		e.src = document.location.protocol + "//connect.facebook.net/" + g_strLangISOCode + "/all.js";
		document.getElementById("fb-root").appendChild(e);
	} ());
}
catch (err) {
}

