if (navigator.userAgent.indexOf ('MSIE 5.0; Mac') >= 0 &&
	navigator.userAgent.indexOf ('Opera') < 0)
    document.write ('<div style="padding: 0 0.5em; border: 2px solid red; ' +
			'margin: 0 1em 1em"><p>You are using Internet ' +
			'Explorer version 5.0 on Mac OS.' +
			"Due to CSS bugs in that browser, you won't see all " +
			'of the text and links on this page. Newer versions ' +
			'fix these problems, as well as fix security ' +
			'vulnerabilities.<\/p>' +
			'<p>If you are using Mac OS X, you should upgrade ' +
			'to <a href="http://www.microsoft.com/mac/DOWNLOAD/' +
			'IE/ie5_osx.asp">Internet Explorer 5.2.2<\a> or ' +
			'<a href="http://www.mozilla.org/releases/#1.3">' +
			'Mozilla 1.3<\/a> to view the page as it was ' +
			'designed.<\/p>' +
			'<p>If you are using Mac OS 8 or 9, you can upgrade ' +
			'to <a href="http://www.microsoft.com/mac/DOWNLOAD/' +
			'IE/ie5_classic.asp">Internet Explorer 5.1.7<\/a> or ' +
			'<a href="http://www.mozilla.org/releases/' +
			'old-releases-1.1-1.4rc3.html#1.2.1">' +
			'Mozilla 1.2.1<\/a>.<\/p><\/div>');
