agt = navigator.userAgent.toLowerCase();
ver = parseFloat(navigator.appVersion);
app = navigator.appName.toLowerCase();
bNavigatorName='';

var IE = (agt.indexOf('msie')!=-1 || agt.indexOf('microsoft')!=-1)?1:0;
var NS = (agt.indexOf('netscape')!=-1 || app.indexOf('netscape')!=-1)?1:0;
//var Other = (IE=-1 && NS=-1)?1:0;
var MAC = (agt.indexOf('mac')!=-1)?1:0;

document.write('<link rel="stylesheet" type="text/css" href="home/css/common.css">');

