bVer = parseInt(navigator.appVersion);
if (bVer > = 4)
{
document.write ('<TITLE>GIST (UsingEOTs)</title>');
document.write ('<style type="text/css">');
document.write (' @font-face {');
document.write (' font-family: Yogesh2k'+"\;");
document.write (' font-style: normal'+"\;");
document.write (' font-weight: normal'+"\;");
document.write (' src: url("fonts/YOGESHK1.eot")');
document.write (' src: url("fonts/YOGESHK0.eot")');
document.write ('}');
document.write('</style>');

}