bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
	if (navigator.appName == "Netscape")
        document.write ("<TITLE>NDDB on Netscape</title> <link rel='fontdef' src='http://www.nddb.org/DVBW-TTYogesh.pfr'>");
	else
	{
		document.write ('<TITLE>NDDB on IE</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family:DVBW-TTYogesh '+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://www.nddb.org/eot/DVBWTTY0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}