//This page redirects IE 4.5 Mac or IE 4.0 Mac.  Fonts on this site will not be ledgible in these browsers. JT

if ((navigator.appName == "Microsoft Internet Explorer") && ((navigator.appVersion.indexOf('MSIE 4.5') != -1) || (navigator.appVersion.indexOf('MSIE 4.0') != -1))  && (navigator.platform == "MacPPC")) {
	
	window.location.href = "ie45mac.html";

}