bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
  if (navigator.appName == "Netscape") {
    document.write ('<link rel="fontdef" src="http://www.maalaisudar.com/fonts/shenbagam.pfr">');
  } else  {
    document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: SUDAR-BI;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.maalaisudar.com/fonts/SUDARBI0.eot");');
    document.write ('}');
    document.write ('</style>');

   document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: SUDAR-B;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.maalaisudar.com/fonts/SUDARB0.eot");');
    document.write ('}');
    document.write ('</style>');

   document.write ('<style type="text/css">');
    document.write ('@font-face {');
    document.write ('font-family: SUDAR-N;');
    document.write ('font-style : normal;');
    document.write ('font-weight: normal;');
    document.write ('src        : url("http://www.maalaisudar.com/fonts/SUDARN0.eot");');
    document.write ('}');
    document.write ('</style>');


  }
}

