
bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{

        document.write ('<style type="text/css">');

        document.write (' @font-face {');
        document.write (' font-family: Satluj '+"\;");
        document.write (' font-style: normal'+"\;");
        document.write (' font-weight: normal'+"\;");
        document.write (' src: url("SATLUJ2.eot")');
        document.write ('}');

        document.write (' @font-face {');
        document.write (' font-family: Satluj '+"\;");
        document.write (' font-style: normal'+"\;");
        document.write (' font-weight: 700'+"\;");
        document.write (' src: url("SATLUJ3.eot")');
        document.write ('}');

        document.write (' @font-face {');
        document.write (' font-family: Satluj '+"\;");
        document.write ('  font-style:  oblique'+"\;");
        document.write (' font-weight: 700'+"\;");
        document.write (' src: url("SATLUJ1.eot")');
        document.write ('}');

        document.write (' @font-face {');
        document.write (' font-family: Satluj '+"\;");
        document.write ('font-style:  oblique'+"\;");
        document.write (' font-weight: normal'+"\;");
        document.write (' src: url("SATLUJ0.eot")');
        document.write ('}');

        document.write ('</style>');
}
else 
{
    location.href="http://sanghekhalsa.com/troubleshoot.htm";
}