
function weiterleitung(){
	window.setTimeout("self.location.href='de/home.html'", 5000);
};

if(navigator.appName == "Microsoft Internet Explorer"){
	document.writeln('<link href="asstes/ie6.css" type="text/css" rel="stylesheet" />');
}
