nVer =  parseInt(navigator.appVersion);
	if (nVer >= 4)
	{
		if (navigator.appName == "Netscape")
			document.write ('<link rel=fontdef src="http://www.marathiworld.com/fonts/MARMWLD0.pfr">');
		else
		{
			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family: MARmith0'+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("http://www.marathiworld.com/fonts/MARMWLD0.eot")');
			document.write ('}');
			document.write ('</style>');
		}
	}
	else
		location.href="http://www.marathiworld.com";

