// Load the Mac stylesheet if being viewed from a Mac.
var isMac = navigator.userAgent.indexOf("Mac") != -1
if (isMac) 
{
    document.write("<link rel='stylesheet' type='text/css' href='/App_Themes/AdjustMac.css'>")
}

