bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
	{
		document.write ("<link rel='fontdef' src='http://pune.sancharnet.in/osd_dhanpund/PRIYA0.pfr'>");
	}
else
	{
		document.write ('<STYLE TYPE="text/css">');
		document.write (' @font-face {');
		document.write (' font-family:Priya'+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://pune.sancharnet.in/osd_dhanpund/PRIYA0.eot")');
		document.write ('}');
		document.write ('</style>');

	}
}
else
	location.href="http://www.osmanabadonline.com/marathi/fonts/priya/dynamichelp.htm";