bVer =  parseInt(navigator.appVersion);
  if (bVer >= 4)
  {	
      document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
      if (navigator.appName == "Netscape")
	{
	document.write ('<link rel="fontdef" src="http://www.bangla2000.com/bangla/scripts/sushreemj.pfr">');
	}
	else	
        {
            document.write ('<style type="text/css">');
    	    document.write ('@font-face {');
    	    document.write ('font-family: SushreeMJ'+"\;");
	    document.write ('font-style : normal'+"\;");
	    document.write ('font-weight: normal'+"\;");
	    document.write ('src        : url("http://www.bangla2000.com/bangla/scripts/Sushree0.eot")');
	    document.write ('}');
	    document.write ('</style>');
	}
   }else
	location.href="http://www.bangla2000.com/bangla/bangla-troubleshooting.html";

