
<!-- /* -- Created by: Senthooran (senthoorang@sen-media.com) on 2/24/2004 -- */

bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
  if (navigator.appName == "Netscape") {
     
    document.write ('<LINK rel=\"fontdef\" src=\"http://www.tamilarea.com/font/naatham.pfr\">');
  } else  {
    document.write ('<STYLE TYPE=\"text/css\">');
    document.write ('@font-face {');
    document.write ('font-family: Bamini'+"\;");
    document.write ('font-style : normal'+"\;");
    document.write ('font-weight: normal'+"\;");
    document.write ('src        : url(\"BAMINI0.eot\")');
    document.write ('}');
    document.write ('</STYLE>');
  }
}

