isIE5 = (navigator.userAgent.indexOf("MSIE 5") > -1);var lbins="/AllDocs/BrowserIsNotSupported.html#text";if (isIE5) {//	alert (GetCookie("IE5confirmed"));	if (GetCookie("IE5confirmed")!="yes")		if (document.URL.indexOf(lbins)==-1)			location.href=lbins;/// window.open(lbins,"No Cookies","width=400,height=500,scrollbars=no");//			document.write("ahtung");			}	var cookieEnabled=(navigator.cookieEnabled)? true : false//if not IE4+ nor NS6+if (typeof navigator.cookieEnabled=="undefined" && !cookieEnabled){ document.cookie="testcookie";cookieEnabled=(document.cookie.indexOf("testcookie")!=-1)? true : false}var lcins="/AllDocs/CookiesIsNotSupported.html";if (!cookieEnabled) 		if (document.URL.indexOf(lcins)==-1)		location.href=lcins;///window.open(lcins,"No Cookies","width=400,height=500,scrollbars=no");
