/*@cc_on @if (@_win32 && @_jscript_version >= 5) if (!window.XMLHttpRequest)
function XMLHttpRequest() { return new ActiveXObject('Microsoft.XMLHTTP') }
@end @*/

function check_ie6()
{
	if (navigator.userAgent.indexOf("MSIE 6.0") >= 0) {
		var ie6_msg =
			"Achtung: Ihr veralteter Browser verursacht " +
			"Fehler bei der Darstellung. Aktualisieren Sie auf " +
			"<a href=\"http://www.spreadfirefox.com/?q=affiliates&amp;id=201585&amp;t=218\" target=\"_blank\"><img width=\"80\" height=\"15\" border=\"0\" alt=\"Firefox 2\" title=\"Firefox 2\" src=\"http://sfx-images.mozilla.org/affiliates/Buttons/firefox2/ff2b80x15.gif\"></a> " +
			"oder den <a href=\"http://www.microsoft.com/windows/ie/\" " +
			"target=\"_blank\">Internet Explorer 7</a>!"
		var ie6_div = document.createElement("div");
		ie6_div.setAttribute("id", "iewarnung");
		ie6_div.innerHTML = ie6_msg;
		document.body.insertBefore(ie6_div, document.body.firstChild);
	}
}


function gu_on_load()
{
	check_ie6();
}
