function loadLanguage() {
	var sprache = navigator.language;
	if(sprache == 'de'){
		window.location="index_de.html";
	}else{
		window.location="index_de.html";
	}
}
