brow =  parseInt(navigator.appVersion);
if (brow  >= 4)
{
   if (navigator.appName == "Netscape")
   {
      document.write ("<link rel=fontdef src='http://www.maayboli.com/images/pfrs/Shivaji01.pfr'>"); 
      document.write ("<link rel=fontdef src='http://www.maayboli.com/images/pfrs/Shivaji05.pfr'>"); 
 
}
   else
   {  
      document.write ('<style type="text/css">');
      document.write (' @font-face {');
      document.write (' font-family:Shivaji01'+"\;");
      document.write (' font-style: normal'+"\;");
      document.write (' font-weight: normal'+"\;");
      document.write (' src: url("http://www.maayboli.com/images/eots/SHIVAJI1.eot")');
      document.write ('}');
      document.write (' @font-face {');
      document.write (' font-family:Shivaji05'+"\;");
      document.write (' font-style: normal'+"\;");
      document.write (' font-weight: normal'+"\;");
      document.write (' src: url("http://www.maayboli.com/images/eots/SHIVAJI0.eot")');
      document.write ('}');
      document.write ('</style>');
   

   }   
   
}
