bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
              {  
		document.write ("<link rel='fontdef' src='http://murickens.com/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://murickens.com/eot/MLTTKAR0.eot")');
		document.write ('}');

		document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: 700'+"\;");
		document.write (' src: url("http://murickens.com/eot/MLTTKAR1.eot")');
		document.write ('}');
		
		document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: italic'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://murickens.com/eot/MLTTKAR3.eot")');
		document.write ('}');
	
	
	document.write (' @font-face {');
		document.write (' font-family: ML-TTKarthika'+"\;");
		document.write (' font-style: italic'+"\;");
		document.write (' font-weight: bold'+"\;");
		document.write (' src: url("http://murickens.com/eot/MLTTKAR2.eot")');
		document.write ('}');
		document.write ('</style>');

	}
}
