if (navigator.userAgent.indexOf('Mac') != -1) {
	document.write('<link rel="stylesheet" type="text/css" href="./css/mac.css">');
}
