bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
document.write ('<defanged-meta http-equiv="Content-Type" content="text/html'+'\;'+'charset=x-user-defined">');
	if (navigator.appName == "Netscape")
	{  
		
		document.write ("<link rel='fontdef' src='karthika.pfr'>");
	
	}
	else
	{
		//document.write('<LINK REL=FONTDEF SRC="http://www.mangalam.net/wfplayer/mangalam.pfr">');
		//document.write ('<SCRIPT LANGUAGE="JavaScript" SRC="http://www.mangalam.net/wfplayer/tdserver.js"></SCRIPT><LINK>');

		document.write ('<style type="text/css">');
		
		   	document.write ('@font-face {');
    		document.write ('font-family: ML-TTKarthika'+"\;");
    		document.write ('font-style:  normal'+"\;");
    		document.write ('font-weight: normal'+"\;");
    		document.write ('src: url("MLTTKAR0.eot")');
  		document.write ('}');

		document.write ('</STYLE>');


	}
}
