bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
	{
		if (navigator.appName == "Netscape")
                	document.write ("<TITLE>Panchjanya on Netscape</title><link rel='fontdef' src='www.panchjanya.com/dynamic_includes/eot-pfr/panchjanya.pfr'>");
	else
		{
			document.write ('<TITLE>Panchjanya on IE</title>');
			document.write ('<style type="text/css">');
			document.write (' @font-face {');
			document.write (' font-family:panchjanya '+"\;");
			document.write (' font-style: normal'+"\;");
			document.write (' font-weight: normal'+"\;");
			document.write (' src: url("/dynamic_includes/eot-pfr/panchjanya.eot")');
			document.write ('}');
			document.write ('</style>');
		}
	}
else
	location.href="http://www.cdacindia.com/dynfonts";