bVer =  parseInt(navigator.appVersion);
if (bVer >= 4)
{
if (navigator.appName == "Netscape")
                document.write ("<TITLE>Welcome to the Hindi version of the official web site of Rubber Board, India</title> <link rel='fontdef' src='http://hindi.rubberboard.org.in/Fonts/DVW-TTYogeshEN.pfr'>");
	else
	{
		document.write ('<TITLE>Welcome to the Hindi version of the official web site of Rubber Board, India</title>');
		document.write ('<style type="text/css">');
		document.write (' @font-face {');
		document.write (' font-family:DVW-TTYogeshEN '+"\;");
		document.write (' font-style: normal'+"\;");
		document.write (' font-weight: normal'+"\;");
		document.write (' src: url("http://hindi.rubberboard.org.in/Fonts/DVWTTYO0.eot")');
		document.write ('}');
		document.write ('</style>');
	}
}
else
	location.href="http://www.cdac.in/dynfonts";
