VerCount =  parseInt(navigator.appVersion);
if (VerCount >= 4)
{
  if (navigator.appName == "Netscape") {
 document.write ('<link rel="fontdef" src="http://www.nabard.org/pfr/awcdvprn.pfr">');
 document.write ('<link rel="fontdef" src="http://www.nabard.org/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://www.nabard.org/eot/awcdvprn.eot");');
    document.write ('}');
    document.write ('@font-face {');
    document.write ('font-family: Mangal;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.nabard.org/eot/mangal.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://www.nabard.org/eot/awcdvprb.eot");');
    document.write ('}');

    document.write ('</style>');
  }
}
