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='http://keralaglobal.com/fonts/MLW-TTKarthika.pfr'>");
	
	}else{
		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("http://keralaglobal.com/fonts/MLTTKAR0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
