<!--
if(navigator.platform.indexOf("Win") == -1) { //mac
	if (navigator.appName.indexOf('Microsoft') > -1) { //IE
		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_other.css">');
	}if (document.getElementById) { //NN6
		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_other.css">');
	} else if (navigator.appCodeName == 'Mozilla') { //NN
  		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_other.css">');
	}
}else{ //windows
		if (navigator.appName.indexOf('Microsoft') > -1) { //IE
		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_winIE.css">');
	}if (document.getElementById) { //NN6
		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_winNN6.css">');
	} else if (navigator.appCodeName == 'Mozilla') { //NN
  		document.write('<LINK rel="stylesheet" href="http://finance.nifty.com/css/css_other.css">');
	}
}
//-->