var SITENAME="iricen.gov.in";

nVer =  parseInt(navigator.appVersion);

if (nVer >= 4)
{

	//	hindi monolingual
	//	------------------
	if (navigator.appName == "Netscape")
		document.write ('<link rel=fontdef src="http://www.' + SITENAME + '/pfr/HINmith0.pfr">');
	else
	{
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family: HINmith0'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://www.' + SITENAME + '/eot/HINmith0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://" + SITENAME ;
