var Mac = navigator.userAgent.indexOf("Mac") != -1 ? true : false;
if(Mac && navigator.userAgent.indexOf("MSIE 5") != -1){
	location.href = "02macie.html";
} 
if(Mac && navigator.userAgent.indexOf("MSIE 4") != -1){
	location.href = "02macie.html";
} 

