// <![CDATA[
var isMac = (navigator.platform.indexOf("Mac") != -1) ? true : false;
if(isMac) location.href = "#";
else location.href = "#";
// ]]>
