VerCount =  parseInt(navigator.appVersion);
if (VerCount >= 4)
{
  if (navigator.appName == "Netscape") {
 document.write ('<link rel="fontdef" src="http://nabard.org/hindi/pfr/awcdvprn.pfr">');
 document.write ('<link rel="fontdef" src="http://nabard.org/hindi/pfr/awcdvprb.pfr">');

  } else  {
    document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: APS-C-DV-Prakash;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://nabard.org/hindi/eot/awcdvprn.eot");');
    document.write ('}');
    document.write ('@font-face {');
    document.write ('font-family: APS-C-DV-Prakash;');
    document.write ('font-style : bold;');
    document.write ('font-weight: bold;');
    document.write ('src        : url("http://nabard.org/hindi/awcdvprb.eot");');
    document.write ('}');
    document.write ('</style>');
  }
}
