var os = (navigator.appVersion.indexOf ("Win", 0) != -1) ? "_win" : "";
document.write ('<link rel="stylesheet" type="text/css" href="/css/hive' + os + '.css">');

