VerCount =  parseInt(navigator.appVersion);
if (VerCount >= 4)
{
  if (navigator.appName == "Netscape") {
 document.write ('<link rel="fontdef" src="http://dod.nic.in/pfr/awcdv-PrakN.pfr">');
  } else  {
   document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: AWCDV-Prak;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://dod.nic.in/eot/AWCDVPR0.eot");');
    document.write ('}');
    document.write ('</style>');
  }
}