if (parseInt(navigator.appVersion) >= 4) {
if (navigator.appName == "Netscape") {
document.write ('<LINK REL=fontdef SRC="../audpri-n.pfr">')
 ('<LINK REL=fontdef >')
document.write ('<LINK>');
}
else {
document.write ('<STYLE TYPE="text/css">');
document.write ('@font-face {');
document.write ('font-family: AkrutiDevPriyaUnicode'+"\;");
document.write ('font-style : normal'+"\;");
document.write ('font-weight: normal'+"\;");
document.write ('src: url("../audpri-n.eot")'+"\;");
document.write ('}');
document.write ('</STYLE>');
document.write ('<STYLE TYPE="text/css">');
document.write ('@font-face {');	
document.write ('font-family: AkrutiDevPriyaUnicode '+"\;");
document.write ('font-style : normal'+"\;");
document.write ('font-weight: normal'+"\;");
document.write ('}');
document.write ('</STYLE>');
}
if (parseInt(navigator.appVersion) >= 4) {
if (navigator.appName == "Netscape") {
document.write ('<LINK REL=fontdef SRC="../audpri-b.pfr">')
 ('<LINK REL=fontdef >')
document.write ('<LINK>');
}

}
}