function judge() {
	urls='nn.html';

	if(navigator.appName.indexOf("Internet Explorer") == -1)
		location.href=urls;
}