var os = (navigator.appVersion.indexOf ("Win", 0) != -1) ? "win" : "mac";
document.write ('<link rel="stylesheet" type="text/css" href="http://www.rhythn.com/common/css/style_' + os + '.css">');
