
bVer =  parseInt(navigator.appVersion);

if (bVer >= 4)
{
if (navigator.appName == "Netscape")
              {  
	//	document.write ("<link rel='fontdef' src='http://www.deepika.com/pfr/ML-TTKarthika.pfr'>");
		document.write ("<LINK REL=fontdef SRC='http://pfrlib.cdac.org.in/pfr/ML-TTKarthika.pfr'>");
	//	document.write ("<LINK REL=fontdef SRC='http://pfrlib.cdac.org.in/pfr/ML1-TTKarthika.pfr'>");

		 //document.write ("<SCRIPT SRC='http://www.bitstream.com/wfplayer/tdserver.js' TYPE='text/javascript'>")
		 //document.write ("</SCRIPT>")
		}
	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-size: large'+"\;");
		document.write (' font-weight: 700'+"\;");
		document.write (' src: url("http://www.sathyadeepam.org/fonts/sathyadeepam.eot")');
	//	document.write (' src: url("http://karunakaran/sathyadeepamorgnew_local/fonts/sathyadeepam.eot")');
		//document.write (' src: url("http://testserver/sathyadeepamorgnew/fonts/sathyadeepam.eot")');
		//document.write (' src: url("http://arun/sathyadeepamorgnew/fonts/sathyadeepam.eot")');
		document.write ('}');

		document.write ('</style>');

	}
}

