

// Korrekturen für den IE
if (navigator.appName.indexOf("Explorer") != -1) {
	// alert("IE?: " + navigator);
	document.write("<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"http://service.brandenburg.de/media_fast/10/ie.css\">");
	// document.write("xxxxxxxxxxxxx");
}

// Default für load 
function callOnload() {
}

// Default für unload
function callUnload() {
}

