bVer=parseInt(navigator.appVersion);
if(bVer>=4)
{
	if (navigator.appName == "Netscape")
                document.write ("<link rel='fontdef' src='http://sindhudurg.nic.in/pfr/DVBTTYO1.pfr'>");
	else
	{
		if(location=="http://sindhudurg.nic.in/htmldocs/agriculture.html")
		{
			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family:DVB-TTYogesh '+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("http://sindhudurg.nic.in/eot/DVBTTYO1.eot")');
			document.write ('}');
			document.write ('</style>');

			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family:DVB-TTYogesh '+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: bold'+"\;");
			document.write (' src: url("http://sindhudurg.nic.in/eot/DVBTTYO2.eot")');
			document.write ('}');
			document.write ('</style>');
		}else if(location=="http://sindhudurg.gov.in/htmldocs/agriculture.html"){
			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family:DVB-TTYogesh '+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("http://sindhudurg.gov.in/eot/DVBTTYO3.eot")');
			document.write ('}');
			document.write ('</style>');
		}
	}
}

	