/* - - - - - - - - - - - - - - - - - - - - - - -
 JavaScript
 Wednesday, June 29, 2011 3:38:25 PM
 HAPedit 3.1.11.111
 - - - - - - - - - - - - - - - - - - - - - - - */
 bVer =  parseInt(navigator.appVersion); 

if (bVer >= 4)

if (navigator.appName == "Netscape")

document.write ("<TITLE>mySSC.in on Netscape</title> <link rel='fontdef' src='http://www.myssc.in/font/pfr/font.pfr'>");

else

{ 
document.write ('<style type="text/css">');

document.write (' @font-face {');

document.write (' font-family:  DVOT-Yogesh '+"\;");

document.write (' font-style: normal'+"\;");

document.write (' font-weight: normal'+"\;");

document.write (' src: url("http://www.myssc.in/eot/DVOTYOG0.eot")');

document.write ('}'); 

document.write ('</style>');
} 

else 

location.href="http://www.cdac.in/dynfonts";



