var bName = navigator.appName;

 if (bName == "Netscape"){
	window.location.href="indexN.html"
}