VerCount =  parseInt(navigator.appVersion);
if (VerCount >= 4)
{
  if (navigator.appName == "Netscape") {
 document.write ('<link rel="fontdef" src="http://pnbindia.in/pnbhindi/pfr/APSPRKN.pfr">');
 document.write ('<link rel="fontdef" src="http://pnbindia.in/pnbhindi/pfr/APSPRKB.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://pnbindia.in/pnbhindi/eot/APSCDVPN.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://pnbindia.in/pnbhindi/eot/APSCDVPB.eot");');
    document.write ('}');

    
    document.write ('</style>');
  }
}