var browser = navigator.appName;
if (browser != "Microsoft Internet Explorer"){
	window.location = "alt/index.html";
}