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