/* run only on IE6 */
if ((navigator.userAgent.indexOf("MSIE 6.0") != -1) &&
		(navigator.userAgent.indexOf("Opera") == -1)) {
	var warn = document.createElement("div");
	warn.innerHTML = "Voor een betere weergave van deze website raden wij u aan een moderne browser (bv. <a style=\"color: #ff0\" href=\"http://www.mozilla.com/firefox\">Firefox</a> of <a style=\"color: #ff0\" href=\"http://www.microsoft.com/windows/downloads/ie/getitnow.mspx\">IE7</a>) te gebruiken.";
	warn.style.cssText = "display: block; background: #000; color: #fff; font-family: \"Lucida Grande\", verdana, sans-serif; font-weight: bold; position: absolute; top: 0; left: 0; width: 100%; text-align: center; font-size: 12px; padding: 4px 0;";
	var body = document.body;
	body.appendChild(warn);
	body.style.cssText = body.style.cssText + "margin-top: 28px;";
}

