bVer = parseInt(navigator.appVersion);
if (bVer >= 4)
{
 if (navigator.appName == "Netscape") {
 
 document.write ('<link rel=\"fontdef\" src="http://www.tamilvu.org/dynfonts/tablfskamb.pfr\">');
 } else {
 document.write ('<style type="text/css">');
 document.write ('@font-face {');
 document.write ('font-family: Latha'+"\;");
 document.write ('font-style : normal'+"\;");
 document.write ('font-weight: normal'+"\;");
 document.write ('font-size: 6pt'+"\;");
 document.write ('src : url("http://www.tamilvu.org/dynfonts/GISTTMO0.eot")');
 document.write ('}');
 document.write ('</style>');
 }
}


if (bVer >= 4)
{
 if (navigator.appName == "Netscape") {
 
 document.write ('<link rel=\"fontdef\" src="http://www.tamilvu.org/dynfonts/tablfskamb.pfr\">');
 } else {
 document.write ('<style type="text/css">');
 document.write ('@font-face {');
 document.write ('font-family: Tab-LFS-Kamban'+"\;");
 document.write ('font-style : normal'+"\;");
 document.write ('font-weight: normal'+"\;");
 document.write ('src : url("http://www.tamilvu.org/dynfonts/TABLFSK0.eot")');
 document.write ('}');
 document.write ('</style>');
 }
}

