bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
  if (navigator.appName == "Netscape") {
    document.write ('<link rel="fontdef" src="http://www.dinakaran.com/fonts/DINAKAR0.eot">');
  } else  {
    document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: DINAKARAN1W;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.dinakaran.com/fonts/js/DINAKAR0.eot");');    document.write ('}');
    
       document.write ('@font-face {');
    document.write ('font-family: DINAKARAN2W;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.dinakaran.com/fonts/js/DINAKAR1.eot");');    document.write ('}');
    document.write ('</style>');
  }
}
