// Account is closed and cannot produce any more statistics
		var div2 = document.createElement("span");
		div2.style.backgroundColor = "#FFFFFF";
		div2.style.color = "#000000";
		div2.style.position = "absolute";
		div2.style.top = "5px";
		div2.style.zIndex = "1000000";
		div2.id = "kgError";
		div2.style.right = "5px";
		//div2.style.width = "250px";
		div2.style.border = "3px solid #C9C9C9";
		div2.style.fontFamily = "Verdana";
		div2.style.fontSize = "11px";
		div2.style.filter = "alpha(opacity=50)";
		div2.style.MozOpacity = "0.5";
		div2.style.MozBorderRadius = "10px";
		div2.style.padding = "5px";
		//div2.style.textAlign = "center";
		div2.style.khtmlOpacity = "0.5";
		div2.style.opacity = "0.5";
		div2.style.cursor = "pointer";
		div2.innerHTML = "<span onclick=\"top.location.href='http://www.kundgenerator.se/interactive/s05/kundgenerator/kodruta.asp';\">Licensen f&ouml;r Kundgenerator har nu g&aring;tt ut.<br />Kontakta s&auml;ljare f&ouml;r att aktivera tj&auml;nsten.</span>";
		div2.style.mozBorderRadius = "5px";
		//window.onload = function()
		{
			//document.body.appendChild(div2);
		}
		