if (navigator.platform.indexOf("Win") == -1 && parseFloat(navigator.appVersion) < 5 && navigator.userAgent.indexOf("MSIE 5") == -1) {
	document.write('<link rel="stylesheet" type="text/css" href="/stylesheets/interactive_mac.css" title="Macintosh Style Sheet">');
}

