if (navigator.appName == "Netscape")
{
	document.writeln("<link REL=fontdef SRC=\"mlw-panini.pfr\">");
	document.writeln("<object");
	document.writeln("classid=\"clsid:0246ECA8-996F-11D1-BE2F-00A0C9037DFE\"");
	document.writeln("codebase=\"http://www.malayaleesangamam.com/tdserver.cab#version=1,0,0,10\"");
	document.writeln("id=\"TDS\" width=0 height=0");
	document.writeln(">");
	document.writeln("</object>");  
} else {
	document.writeln("<STYLE>");
	document.writeln("@font-face {");	
	document.writeln("font-family: MLW-Panini;");
	document.writeln("font-style:  normal;");
	document.writeln("font-weight: normal;");
	document.writeln("src: url(/MLWPANI0.eot);");
	document.writeln("}");
	document.writeln("</STYLE>");
}

