
		/*________________________ Check browser compatibility.________________________*/
		// Check for browser compliance. If stale browser, go to old browser page.
		if ( browsers.ns4 || browsers.ie4 || browsers.ie5 || browsers.ie6 ) { // Explicit numbers is more future-proof.
			if ( !confirm("Your browser doesn't appear to support this site's features.\n\nClick Cancel to learn more, or\n\nOK to proceed anyway.") ) {
				document.location="recommended_browsers.html";
			}
		}