// JavaScript Document
var os = navigator.userAgent;
if (os.indexOf("Mac") >= 0){
location.href="index2.html";
}
