	// Broswer Check -- prevents user from useing Netscape Navigator
	if (navigator.appName != "Microsoft Internet Explorer")
		window.document.location = 'oops.htm'



