bVer =  parseInt(navigator.appVersion); 

if (bVer >= 4)
{
if (navigator.appName == "Netscape")

document.write ("<TITLE>GIST(Using PFRs)</title> <link rel='fontdef' src='http://vedantijeevan.com:9700/mangal.pfr'>");

else

{ 
document.write ('<TITLE>GIST(Using EOTs)</title>'); 

document.write ('<style type="text/css">'); 

document.write (' @font-face {');

document.write (' font-family: Mangal'+"\;");

document.write (' font-style: normal'+"\;");

document.write (' font-weight: normal'+"\;");

document.write('src:url("http://vedantijeevan.com:9700/eotpfr/MANGAL0.eot")'); 
document.write ('}'); 

document.write ('</style>');

document.write (' <title></title>'); 

document.write ('<style type="text/css">'); 

document.write (' @font-face {');

document.write (' font-family: Mangal'+"\;");

document.write (' font-style: normal'+"\;");

document.write (' font-weight:700'+"\;");

document.write (' src: url("http://vedantijeevan.com:9700/eotpfr/MANGAL0.eot")'); 
document.write ('}'); 

document.write ('</style>');


} 

}

