function noDOM() {
  if (!document.getElementById) {
	document.write('<div id="nondom"><br /><code>Standards compliant browsers are recommended. It&#8217;s strongly<br />suggested you <a href="http://www.webstandards.org/upgrade">upgrade</a> so you can get the most out of your Web experience.</code></div>');
	}
}
function handleError() {
	return true;
}
window.onerror = handleError;
