if (navigator.appName == "Netscape")
{
    document.writeln("<link REL=fontdef SRC=\"/portal/manoramafont/bvonline.pfr\">");
    document.writeln("<OBJECT");
    document.writeln("classid=\"clsid:0246ECA8-996F-11D1-BE2F-00A0C9037DFE\"");
    document.writeln("codebase=\"http://www.manoramaonline.com/portal/manoramafont/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: Manorama;");
    document.writeln("font-style:  normal;");
    document.writeln("font-weight: normal;");
    //document.writeln("src: url('http://origin-www.manoramaonline.com/mmfont/PANCHAR0.eot');");   //27Jan2007
	//document.writeln("src: url('http://static.manoramaonline.com/portal/manoramafont/PANCHAR0.eot');");
    document.writeln("src: url('http://static.manoramaonline.com/portal/manoramafont/MANORAM1.eot');");
	document.writeln("}");
    document.writeln("</STYLE>");

}
