VerCount =  parseInt(navigator.appVersion);
if (VerCount >= 4)
{
  if (navigator.appName == "Netscape") {
 document.write ('<link rel="fontdef" src="http://www.nbccindia.gov.in/nbccindia/pfr/APSCDVP.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.nbccindia.gov.in/nbccindia/eot/APSCDVP.eot");');
    document.write ('}');
    document.write ('</style>');
  }
}