	bVer =  parseInt(navigator.appVersion);
	
	if (bVer >= 4)
	{
	if (navigator.appName == "Netscape")
	                document.write (" <link rel='fontdef' src=''>");
					
		else
		{
			document.write ('');
			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family:AkrutiOriLingaraj-99 '+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("http://www.orissapanipanchayat.gov.in/AKRUTIO2.eot")');
			document.write ('}');
			document.write ('</style>');
		}
	}
	else
	location.href="";
