var f = function() {
	var e = document.createElement("script");
	e.setAttribute("src", "/mb_chatlogger.user.js");
	e.setAttribute("type", "text/javascript");
	var h = document.getElementsByTagName("head");
	if (h[0]) h[0].appendChild(e);
};

	window.onload = f;

